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 9670dbb commit c2dbb6cCopy full SHA for c2dbb6c
.github/workflows/publish-release.yml
@@ -40,5 +40,5 @@ jobs:
40
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
41
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
42
run: |
43
- make dist-build
+ python setup.py sdist bdist_wheel
44
twine upload dist/*
0 commit comments