File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,6 @@ jobs:
195
195
# Only trigger this for tag changes.
196
196
if : startsWith(github.ref, 'refs/tags/')
197
197
runs-on : ubuntu-latest
198
- environment : release-pypi
199
198
permissions :
200
199
# IMPORTANT: this permission is mandatory for trusted publishing
201
200
id-token : write
@@ -282,12 +281,12 @@ jobs:
282
281
needs :
283
282
# This is the list of CI job that we are interested to be green before
284
283
# a merge.
284
+ # pypi-publish is skipped since this is only executed for a tag.
285
285
- build
286
286
- test-linux
287
287
- test-windows
288
288
- coverage
289
289
- check
290
- - pypi-publish
291
290
steps :
292
291
- name : Require all successes
293
292
uses : re-actors/alls-green@3a2de129f0713010a71314c74e33c0e3ef90e696
You can’t perform that action at this time.
0 commit comments