Add pypi environment to release workflow

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-12 23:10:13 -05:00
parent 2f54f80214
commit 86aa5cbddf

View File

@@ -37,6 +37,7 @@ jobs:
publish: publish:
needs: test # Only run if tests pass needs: test # Only run if tests pass
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: pypi
# Required for PyPI trusted publishing (recommended) # Required for PyPI trusted publishing (recommended)
permissions: permissions: