diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 9e10fd9da..74e17ce3c 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -103,7 +103,7 @@ jobs: name: artifacts_${{ matrix.component }} path: dist/${{ matrix.component }} - name: Push ${{ matrix.component}} to pypi - uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 + uses: pypa/gh-action-pypi-publish@v1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/.github/workflows/dev-release.yaml b/.github/workflows/dev-release.yaml index c3302dbaa..615d34349 100644 --- a/.github/workflows/dev-release.yaml +++ b/.github/workflows/dev-release.yaml @@ -43,7 +43,7 @@ jobs: cd ${{ matrix.component }} python -m build - name: Push ${{ matrix.component}} to pypi - uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 + uses: pypa/gh-action-pypi-publish@v1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}