Skip to content

Commit 38e4c58

Browse files
authored
Update python-publish.yml
1 parent 4f30c86 commit 38e4c58

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
3232
- name: Publish to PyPI
3333
run: |
34-
echo TEST
35-
python3 setup.py sdist bdist_wheel &> package_setup.log || (cat package_setup.log && exit 1)
36-
echo TEST2
34+
python3 setup.py sdist bdist_wheel &> package_setup.log
3735
curl --connect-timeout 10 -kI https://test.pypi.org
38-
echo TEST3
3936
twine upload -u ${{ secrets.USER }} -p ${{ secrets.PASS }} 'dist/*'
40-
echo TEST4

0 commit comments

Comments
 (0)