We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0595385 commit 5fc79dbCopy full SHA for 5fc79db
1 file changed
.github/workflows/release.yml
@@ -149,23 +149,3 @@ jobs:
149
merge-multiple: true
150
151
- uses: pypa/gh-action-pypi-publish@release/v1
152
-
153
- upload_pypi_test:
154
- needs: [build_wheels, build_sdist]
155
- runs-on: ubuntu-latest
156
- environment:
157
- name: testpypi
158
- url: https://test.pypi.org/p/stochastic-arrow
159
- permissions:
160
- id-token: write
161
- steps:
162
- - uses: actions/download-artifact@v4
163
- with:
164
- # unpacks all CIBW artifacts into dist/
165
- pattern: cibw-*
166
- path: dist
167
- merge-multiple: true
168
169
- - uses: pypa/gh-action-pypi-publish@release/v1
170
171
- repository-url: https://test.pypi.org/legacy/
0 commit comments