Skip to content

Commit 152daa5

Browse files
authored
Change environment name from 'pypi' to 'release'
1 parent ce23fdf commit 152daa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build-and-publish:
99
runs-on: ubuntu-latest
1010
environment:
11-
name: pypi # Must match the environment name configured on PyPI (if used)
11+
name: release # Must match the environment name configured on PyPI (if used)
1212
permissions:
1313
contents: read
1414
id-token: write # Mandatory for OIDC trusted publishing

0 commit comments

Comments
 (0)