Skip to content

Commit f1af82d

Browse files
ci(env): fixes env name on publish pypi
1 parent 6b57eeb commit f1af82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
name: publish (PyPI)
5656
needs: [build, test]
5757
runs-on: ubuntu-latest
58-
environment: pypi
58+
environment: publish-pypi
5959
permissions:
6060
id-token: write
6161
steps:

0 commit comments

Comments
 (0)