Skip to content

Commit 839ce33

Browse files
committed
fix: Rename env
1 parent b9f1b04 commit 839ce33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: build
22

33
on:
44
pull_request:
@@ -363,7 +363,7 @@ jobs:
363363
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true'
364364

365365
runs-on: ubuntu-latest
366-
environment: publish
366+
environment: pypipublish
367367
needs: [linux, windows, macos_x86, macos_aarch64, sdist]
368368
permissions:
369369
# IMPORTANT: this permission is mandatory for Trusted Publishing

0 commit comments

Comments
 (0)