We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de35e5 commit d5ab9ccCopy full SHA for d5ab9cc
.github/workflows/releaser.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
pip install twine
55
pip install build
56
- python -m build --wheel
+ python -m build
57
twine upload --skip-existing dist/*
58
env:
59
TWINE_USERNAME: __token__
0 commit comments