We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce23fdf commit 152daa5Copy full SHA for 152daa5
1 file changed
.github/workflows/pythonpublish.yml
@@ -8,7 +8,7 @@ jobs:
8
build-and-publish:
9
runs-on: ubuntu-latest
10
environment:
11
- name: pypi # Must match the environment name configured on PyPI (if used)
+ name: release # Must match the environment name configured on PyPI (if used)
12
permissions:
13
contents: read
14
id-token: write # Mandatory for OIDC trusted publishing
0 commit comments