Skip to content

Commit aba653f

Browse files
authored
Fix publish workflow (#43)
* Fix publish workflow * added on workflow_call
1 parent 3c129b9 commit aba653f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77

88
jobs:
99
test-all-versions:
10-
uses: .github/workflows/test_all_versions.yml
10+
uses: ./.github/workflows/test_all_versions.yml
11+
secrets: inherit
1112

1213
build-and-publish:
1314
name: Build and Publish to PyPI and GitHub Releases

.github/workflows/test_all_versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
schedule:
66
# Runs at 4:17 AM UTC on the 1st of every month.
77
- cron: "17 4 1 * *"
8+
workflow_call:
89

910
jobs:
1011
fetch-s2-versions:

0 commit comments

Comments
 (0)