Skip to content

Commit a3e7780

Browse files
committed
Update python.yml
1 parent 5ae58b0 commit a3e7780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: Upload to pypi
6060
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
6161
needs:
62-
- build
62+
- tn_build
6363
runs-on: ubuntu-latest
6464
permissions:
6565
id-token: write # mandatory for trusted publishing

0 commit comments

Comments
 (0)