fix: debug twine
This commit is contained in:
parent
596b4d4420
commit
ed2f9a9634
1 changed files with 4 additions and 1 deletions
|
|
@ -31,8 +31,11 @@ jobs:
|
||||||
- name: Build wheel
|
- name: Build wheel
|
||||||
run: python -m build --wheel
|
run: python -m build --wheel
|
||||||
|
|
||||||
|
- name: Check wheel metadata
|
||||||
|
run: twine check dist/*.whl
|
||||||
|
|
||||||
- name: Publish to PyPI
|
- name: Publish to PyPI
|
||||||
env:
|
env:
|
||||||
TWINE_USERNAME: __token__
|
TWINE_USERNAME: __token__
|
||||||
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
run: twine upload dist/*.whl
|
run: twine upload --verbose dist/*.whl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue