Skip to content

Commit 80540fa

Browse files
committed
PYTHON-5017 Fix handling of post-publish step yet again
1 parent 5f5feec commit 80540fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
needs: [build-dist, static-scan]
7272
name: Upload release to PyPI
7373
runs-on: ubuntu-latest
74-
environment: release
74+
environment: release-python
7575
permissions:
7676
id-token: write
7777
steps:

0 commit comments

Comments
 (0)