diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index b5e8fe82..d78194ef 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -251,7 +251,7 @@ jobs: - name: Publish package if: startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, '-test') - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_TOKEN_TEST }} @@ -259,7 +259,7 @@ jobs: - name: Publish package if: startsWith(github.ref, 'refs/tags/') && ! endsWith(github.ref, '-test') - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}