Skip to content

Commit

Permalink
PYTHON-5017 Fix handling of post-publish step yet again (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jan 2, 2025
1 parent 5f5feec commit fcbf95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
needs: [build-dist, static-scan]
name: Upload release to PyPI
runs-on: ubuntu-latest
environment: release
environment: release-python
permissions:
id-token: write
steps:
Expand Down

0 comments on commit fcbf95e

Please sign in to comment.