We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a6814 commit ac30bc9Copy full SHA for ac30bc9
.github/workflows/publish.yml
@@ -43,7 +43,8 @@ jobs:
43
release-artifacts:
44
runs-on: ubuntu-latest
45
needs:
46
- - [build-package, cross-test]
+ - build-package
47
+ - cross-test
48
permissions:
49
- content: write
50
steps:
@@ -65,7 +66,8 @@ jobs:
65
66
pypi-publish:
67
68
69
70
71
72
id-token: write
73
0 commit comments