Skip to content

Commit 67a79bc

Browse files
authored
Apply suggestions from code review
1 parent accdb92 commit 67a79bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
user: __token__
270270
password: ${{ secrets.pypi_token }}
271271
repository-url: ${{ inputs.repository_url }}
272-
- uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # main
272+
- uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # v1.0.1
273273
if: ${{ inputs.upload_to_anaconda }}
274274
with:
275275
anaconda_user: ${{ inputs.anaconda_user }}

.github/workflows/publish_pure_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
user: __token__
142142
password: ${{ secrets.pypi_token }}
143143
repository-url: ${{ inputs.repository_url }}
144-
- uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # main
144+
- uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # v1.0.1
145145
if: ${{ inputs.upload_to_anaconda }}
146146
with:
147147
anaconda_user: ${{ inputs.anaconda_user }}

0 commit comments

Comments
 (0)