Skip to content

Commit 32d7034

Browse files
committed
Remove deploy env requirement.
1 parent 13e6d0c commit 32d7034

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ jobs:
195195
# Only trigger this for tag changes.
196196
if: startsWith(github.ref, 'refs/tags/')
197197
runs-on: ubuntu-latest
198-
environment: release-pypi
199198
permissions:
200199
# IMPORTANT: this permission is mandatory for trusted publishing
201200
id-token: write
@@ -282,12 +281,12 @@ jobs:
282281
needs:
283282
# This is the list of CI job that we are interested to be green before
284283
# a merge.
284+
# pypi-publish is skipped since this is only executed for a tag.
285285
- build
286286
- test-linux
287287
- test-windows
288288
- coverage
289289
- check
290-
- pypi-publish
291290
steps:
292291
- name: Require all successes
293292
uses: re-actors/alls-green@3a2de129f0713010a71314c74e33c0e3ef90e696

0 commit comments

Comments
 (0)