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 f2cf615 + b9f5769 commit 2d27c03Copy full SHA for 2d27c03
.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