Skip to content

Commit d5ab9cc

Browse files
committed
Fix upload to PyPI for tar.gz
1 parent 4de35e5 commit d5ab9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
pip install twine
5555
pip install build
56-
python -m build --wheel
56+
python -m build
5757
twine upload --skip-existing dist/*
5858
env:
5959
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)