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 68fe245 commit fb39f9dCopy full SHA for fb39f9d
.github/workflows/Release.yml
@@ -20,6 +20,7 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
pip install twine
23
+ pip install --upgrade setuptools
24
python setup.py sdist bdist_wheel
25
twine upload dist/* -u __token__ -p $PYPI_TOKEN
26
- uses: ncipollo/release-action@v1
0 commit comments