Skip to content

Commit a942e49

Browse files
Merge pull request #77 from pllim/pllim-patch-1
2 parents 7f6a38f + 12c255d commit a942e49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: Run tests on all platforms
5757
needs: update
5858
if: needs.update.outputs.changed
59-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@e5af21e4ae37af089a73bb032e10b78b0e746174 # v3.0.1
59+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@22ddf09dfabb443adddfb9f861b7d41a787d6b1a # v3.0.3
6060
with:
6161
checkout_ref: ${{ needs.update.outputs.new_sha }}
6262
envs: |
@@ -98,7 +98,7 @@ jobs:
9898
name: Publish the release to PyPI
9999
needs: [update, tag]
100100
if: needs.update.outputs.changed
101-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@e5af21e4ae37af089a73bb032e10b78b0e746174 # v3.0.1
101+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@22ddf09dfabb443adddfb9f861b7d41a787d6b1a # v3.0.3
102102
with:
103103
checkout_ref: ${{ needs.tag.outputs.new_tag }}
104104
upload_to_pypi: true

0 commit comments

Comments
 (0)