Skip to content

Commit 880e841

Browse files
authored
Update python-publish.yml
1 parent 05bfbe1 commit 880e841

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828
python3 setup.py build
2929
pytest
3030
31-
- name: Publish to Test PyPI
32-
run: |
33-
python3 setup.py sdist bdist_wheel &> package_setup.log
34-
curl --connect-timeout 10 -kI https://test.pypi.org
35-
twine upload -u ${{ secrets.USER }} -p ${{ secrets.PASS }} 'dist/*'
36-
3731
- name: Publish to PyPI
3832
run: |
3933
python3 setup.py sdist bdist_wheel &> package_setup.log

0 commit comments

Comments
 (0)