diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index e9d3449d8f8..4cbf1556c23 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -134,7 +134,7 @@ jobs: env: GITHUB_TOKEN: "${{ github.token }}" run: | - gh release upload "$GITHUB_REF_NAME" dist/* + gh release upload "$GITHUB_REF_NAME" dist/* --repo "$GITHUB_REPOSITORY" - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1