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 bf864e9 commit 5a4067eCopy full SHA for 5a4067e
.github/workflows/release.yml
@@ -19,12 +19,11 @@ jobs:
19
- name: Install gettext
20
run: sudo apt-get install gettext -y
21
- name: Install dependencies
22
- run: |
23
- python -m pip install --upgrade pip setuptools wheel twine
+ run: python -m pip install --upgrade pip setuptools wheel twine
24
- name: Build dist packages
25
run: python setup.py sdist bdist_wheel
26
- name: Upload packages
27
- run: twine upload dist/*
+ run: python -m twine upload dist/*
28
env:
29
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
30
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
0 commit comments