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 071d9c5 commit 04cf7afCopy full SHA for 04cf7af
.github/workflows/publish.yaml
@@ -29,7 +29,7 @@ jobs:
29
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
30
run: |
31
echo Running in $PWD
32
- python setup.py ${{ github.ref }} sdist bdist_wheel
+ python setup.py sdist bdist_wheel
33
twine upload dist/*
34
- name: Build docs
35
0 commit comments