Skip to content

Commit 53f29e9

Browse files
authored
Remove test publish to testpypi
This doesn't seem to accomplish much -- there is a setup option to test things if needed, and in order to publish to testpypi, you need to have an image already in order to add a secret...
1 parent 53d0ee5 commit 53f29e9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ jobs:
2222
run: |
2323
rm -fr dist
2424
python setup.py bdist_wheel sdist
25-
- name: Publish distribution 📦 to Test PyPI
26-
uses: pypa/[email protected]
27-
with:
28-
user: __token__
29-
password: ${{ secrets.test_pypi_password }}
30-
repository_url: https://test.pypi.org/legacy/
3125
3226
- name: Publish distribution 📦 to PyPI
3327
uses: pypa/[email protected]

0 commit comments

Comments
 (0)