Skip to content

Commit 5fc79db

Browse files
committed
Remove TestPyPI CI job
1 parent 0595385 commit 5fc79db

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -149,23 +149,3 @@ jobs:
149149
merge-multiple: true
150150

151151
- 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-
with:
171-
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)