Merge branch 'main' into python3.13

This commit is contained in:
Christian Clauss 2025-01-05 01:13:27 +01:00 committed by GitHub
commit 3422afbc2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,5 +33,5 @@ jobs:
TWINE_USERNAME: __token__ TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: | run: |
python setup.py sdist python -m build --sdist
twine upload dist/* twine upload dist/*