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 7dc5367 commit 0404b66Copy full SHA for 0404b66
.github/workflows/pypi-upload.yml
@@ -18,12 +18,12 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
21
- pip install setuptools wheel twine
+ pip install setuptools wheel twine packaging
22
- name: Build and publish to pypi.org
23
env:
24
TWINE_USERNAME: ${{ secrets.GLOBAL_PYPI_USERNAME }}
25
TWINE_PASSWORD: ${{ secrets.GLOBAL_PYPI_PASSWORD }}
26
DAEPLOY_RELEASE_VERSION: ${{ github.event.release.tag_name }}
27
28
python setup.py bdist_wheel
29
- twine upload dist/*
+ twine upload dist/*
0 commit comments