Skip to content

Commit fde541b

Browse files
Remove testpypi workflow (#61)
Closes #60
1 parent 2e29724 commit fde541b

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/build_and_publish.yml

+1-17
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,9 @@ jobs:
4141
with:
4242
path: dist/*.tar.gz
4343

44-
upload_testpypi:
45-
name: Upload to TestPyPI
46-
needs: [build_wheels, build_sdist]
47-
runs-on: ubuntu-latest
48-
steps:
49-
- uses: actions/download-artifact@v3
50-
with:
51-
name: artifact
52-
path: dist
53-
54-
- uses: pypa/[email protected]
55-
with:
56-
user: __token__
57-
password: ${{ secrets.TESTPYPI_TOKEN }}
58-
repository_url: https://test.pypi.org/legacy/
59-
6044
upload_pypi:
6145
name: Upload to PyPI
62-
needs: [build_wheels, build_sdist, upload_testpypi]
46+
needs: [build_wheels, build_sdist]
6347
runs-on: ubuntu-latest
6448
if: github.event_name == 'release' && github.event.action == 'published'
6549
steps:

0 commit comments

Comments
 (0)