We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ff754 commit 03bd861Copy full SHA for 03bd861
.github/workflows/publish.yml
@@ -13,6 +13,7 @@ jobs:
13
test:
14
name: Test
15
uses: ./.github/workflows/test.yml
16
+ secrets: inherit
17
publish:
18
name: Publish to PyPI
19
needs: [lint, test]
0 commit comments