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.
2 parents 37822c2 + c8c79ca commit 1aa80fbCopy full SHA for 1aa80fb
.github/workflows/publish-to-pypi.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
publish:
10
- uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
+ uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
11
with:
12
upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
13
secrets:
0 commit comments