X Tutup
Skip to content

Commit 549f3d6

Browse files
authored
Fix environment declaration in release workflow
1 parent 248be8d commit 549f3d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-to-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ permissions:
1313
jobs:
1414
release:
1515
runs-on: ubuntu-latest
16-
environment: pypi-universalpython
16+
environment:
17+
name: pypi-universalpython
1718

1819
steps:
1920
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
X Tutup