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

Commit 46f1e0d

Browse files
committed
Separate build and publish sections in workflow
1 parent 272a30e commit 46f1e0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ jobs:
3232
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
3333
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3434
run: |
35+
sudo chown -R $USER dist/
3536
python setup.py sdist
36-
twine upload dist/*
37+
twine upload dist/*-manylinux*.whl
38+
twine upload dist/*.tar.gz

0 commit comments

Comments
 (0)