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 3c129b9 commit aba653fCopy full SHA for aba653f
.github/workflows/publish.yml
@@ -7,7 +7,8 @@ on:
7
8
jobs:
9
test-all-versions:
10
- uses: .github/workflows/test_all_versions.yml
+ uses: ./.github/workflows/test_all_versions.yml
11
+ secrets: inherit
12
13
build-and-publish:
14
name: Build and Publish to PyPI and GitHub Releases
.github/workflows/test_all_versions.yml
@@ -5,6 +5,7 @@ on:
5
schedule:
6
# Runs at 4:17 AM UTC on the 1st of every month.
- cron: "17 4 1 * *"
+ workflow_call:
fetch-s2-versions:
0 commit comments