fix: debug twine

This commit is contained in:
Alpha Nerd 2026-04-12 16:02:38 +02:00
parent 596b4d4420
commit ed2f9a9634
Signed by: alpha-nerd
SSH key fingerprint: SHA256:QkkAgVoYi9TQ0UKPkiKSfnerZy2h4qhi3SVPXJmBN+M

View file

@ -31,8 +31,11 @@ jobs:
- name: Build wheel
run: python -m build --wheel
- name: Check wheel metadata
run: twine check dist/*.whl
- name: Publish to PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: twine upload dist/*.whl
run: twine upload --verbose dist/*.whl