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 3f2d2e1 commit a7131e5Copy full SHA for a7131e5
.github/workflows/publish.yml
@@ -27,4 +27,7 @@ jobs:
27
- name: Publish
28
run: |
29
echo $PYPIRC > ~/.pypirc
30
- echo "Ok"
+ python -m pip install --user --upgrade wheel
31
+ python -m pip install --user --upgrade twine
32
+ python setup.py sdist bdist_wheel
33
+ python -m twine upload dist/* -u __token__ -p $PYPI_TOKEN
0 commit comments