From af24aa348431a5d59e9dbd1266ddbe60ac182f00 Mon Sep 17 00:00:00 2001 From: bot-of-gabrieldemarmiesse <47452237+bot-of-gabrieldemarmiesse@users.noreply.github.com> Date: Fri, 3 Apr 2020 14:40:19 +0200 Subject: [PATCH] [Backport r0.8] Pin pypi github action (#1541) * Pin pypi github action * Fix conflicts. Co-authored-by: github-actions[bot] Co-authored-by: gabrieldemarmiesse --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 693d99afc5..c619109d36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} \ No newline at end of file