Skip to content

Commit af24aa3

Browse files
bot-of-gabrieldemarmiessegithub-actions[bot]gabrieldemarmiesse
authored
[Backport r0.8] Pin pypi github action (#1541)
* Pin pypi github action * Fix conflicts. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
1 parent 8c2d84f commit af24aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
cp Windows-wheels/*.whl dist/
185185
ls -la dist/
186186
sha256sum dist/*.whl
187-
- uses: pypa/gh-action-pypi-publish@master
187+
- uses: pypa/gh-action-pypi-publish@v1.1.0
188188
with:
189189
user: __token__
190190
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)