Fix publish release workflow

This commit is contained in:
Jakub Kuczys 2024-08-27 01:54:47 +02:00
parent a5a178bfaf
commit 9ca0ced2d8
No known key found for this signature in database
GPG Key ID: 9F02686F15FCBCD3

View File

@ -134,7 +134,7 @@ jobs:
env: env:
GITHUB_TOKEN: "${{ github.token }}" GITHUB_TOKEN: "${{ github.token }}"
run: | run: |
gh release upload "$GITHUB_REF_NAME" dist/* gh release upload "$GITHUB_REF_NAME" dist/* --repo "$GITHUB_REPOSITORY"
- name: Publish package distributions to PyPI - name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1