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

Commit 8180b47

Browse files
authored
Fix PyPI uploads (#196)
1 parent 8a08e0d commit 8180b47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,5 @@ jobs:
137137
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
138138
run: |
139139
pip install twine
140-
twine upload dist/*.whl dist/*.tar.gz
140+
rm -f dist/*.egg
141+
twine upload dist/*

0 commit comments

Comments
 (0)