Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 272a30e

Browse files
committed
Separate build and publish sections in workflow
1 parent 22ba1ff commit 272a30e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ jobs:
3333
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3434
run: |
3535
python setup.py sdist
36-
twine upload dist/*-manylinux*.whl
37-
twine upload dist/*.tar.gz
36+
twine upload dist/*

0 commit comments

Comments
 (0)