Skip to content

Commit 0f7a4c5

Browse files
committed
fix publish workflow
1 parent 2beb5f2 commit 0f7a4c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
attest-package: "true"
1313

1414
deploy:
15-
depends-on: create_wheel_and_sdist
15+
needs: [ create_wheel_and_sdist ]
1616
runs-on: ubuntu-latest
1717

1818
environment: pypi
1919
permissions:
20-
id-token: write. # IMPORTANT: this permission is mandatory for Trusted Publishing
20+
id-token: write # IMPORTANT: this permission is mandatory for Trusted Publishing
2121

2222
steps:
2323
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)