Skip to content

Commit ef99a97

Browse files
authored
Update python-publish.yml
1 parent a92cdb9 commit ef99a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Publish to PyPI
3333
run: |
3434
echo TEST
35-
python3 setup.py sdist bdist_wheel &> package_setup.log
35+
python3 setup.py sdist bdist_wheel &> package_setup.log || (cat package_setup.log && exit 1)
3636
echo TEST2
3737
curl --connect-timeout 10 -kI https://test.pypi.org
3838
echo TEST3

0 commit comments

Comments
 (0)