add twine to workflow
This commit is contained in:
parent
5b4798a32a
commit
bfdfd781c0
|
|
@ -46,8 +46,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
python -m pip install --upgrade twine # Ensure twine is installed
|
||||||
twine upload --non-interactive --disable-progress-bar \
|
twine upload --non-interactive --disable-progress-bar \
|
||||||
-u __token__ -p "${PYPI_API_TOKEN}" dist/*
|
-u __token__ -p "${PYPI_API_TOKEN}" dist/*
|
||||||
|
|
||||||
# Step 7: Extract Tag Version
|
# Step 7: Extract Tag Version
|
||||||
- name: Extract Tag Version
|
- name: Extract Tag Version
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue