Skip to content

Commit

Permalink
[Backport r0.8] Pin pypi github action (#1541)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Apr 3, 2020
1 parent 8c2d84f commit af24aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
cp Windows-wheels/*.whl dist/
ls -la dist/
sha256sum dist/*.whl
- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@v1.1.0
with:
user: __token__
password: ${{ secrets.pypi_token }}

0 comments on commit af24aa3

Please sign in to comment.