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 86efc6f commit ace61e8Copy full SHA for ace61e8
.github/workflows/python-publish.yml
@@ -21,11 +21,11 @@ jobs:
21
run: |
22
python -m pip install --upgrade pip
23
pip install setuptools wheel twine
24
- pip install --upgrade pip wheel
25
- name: Build and publish
26
env:
27
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
29
+ pip install --upgrade pip wheel
30
python setup.py sdist bdist_wheel
31
twine upload dist/*
0 commit comments