Skip to content

Commit

Permalink
Update CD: use release environment for publishing to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-basevi committed May 23, 2024
1 parent 126ccbd commit dff16de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
needs: ['pypi-build']
name: Publish to PyPI.org
runs-on: ubuntu-latest
environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
Expand Down

0 comments on commit dff16de

Please sign in to comment.