Fix for test.pypi.org

This commit is contained in:
Lars Immisch
2025-11-18 20:50:34 +00:00
parent 53612191d9
commit a52176f53d

View File

@@ -42,7 +42,8 @@ jobs:
upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
environment: pypi
# TODO: set environment back to pypi after testing
environment: testpypi
permissions:
id-token: write
steps: