diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 74e17ce3c..6a02e31f3 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@v1 + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/.github/workflows/dev-release.yaml b/.github/workflows/dev-release.yaml index 615d34349..489d501cd 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@v1 + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}