Skip to content

Commit 18aed7d

Browse files
authored
Update python-publish.yml
1 parent 426b7ea commit 18aed7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
3131
- name: Publish to PyPI
3232
run: |
33+
echo TEST
3334
python3 setup.py sdist bdist_wheel &> package_setup.log
35+
echo TEST2
3436
curl --connect-timeout 10 -kI https://test.pypi.org
37+
echo TEST3
3538
twine upload -u ${{ secrets.USER }} -p ${{ secrets.PASS }} 'dist/*'
39+
echo TEST4

0 commit comments

Comments
 (0)