We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2beb5f2 commit 0f7a4c5Copy full SHA for 0f7a4c5
1 file changed
.github/workflows/python-publish.yml
@@ -12,12 +12,12 @@ jobs:
12
attest-package: "true"
13
14
deploy:
15
- depends-on: create_wheel_and_sdist
+ needs: [ create_wheel_and_sdist ]
16
runs-on: ubuntu-latest
17
18
environment: pypi
19
permissions:
20
- id-token: write. # IMPORTANT: this permission is mandatory for Trusted Publishing
+ id-token: write # IMPORTANT: this permission is mandatory for Trusted Publishing
21
22
steps:
23
- uses: actions/checkout@v3
0 commit comments