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 9eef902 + 895f8ce commit dd1c583Copy full SHA for dd1c583
1 file changed
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ on:
15
jobs:
16
publish:
17
if: (github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
18
- uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
+ uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@a138926f6e4f9667d1306c24f24f5bdcaa01fbab # v2.5.0
19
secrets:
20
pypi_token: ${{ secrets.pypi_token }}
21
anaconda_token: ${{ secrets.anaconda_token }}
0 commit comments