Correct spelling....
All checks were successful
Release workflow / single_test (3.13.3) (push) Successful in 11s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 10s
Release workflow / Build wheels for PyPI (3.13.3) (push) Successful in 12s
Gitea Actions Demo / release-test (push) Successful in 2s

This commit is contained in:
Jakob Lass 2025-04-11 15:56:44 +02:00
parent 04b74debf9
commit 0933ff775e

View File

@ -59,6 +59,6 @@ jobs:
python write_pypirc.py ${{secrets.PYPI_TOKEN}}
- name: Upload to PyPI
run: |
twine upload -r pipy --config-file .pypirc dist/*
twine upload -r pypi --config-file .pypirc dist/*