Fix publish release workflow

This commit is contained in:
Jakub Kuczys
2024-08-27 01:54:47 +02:00
parent a5a178bfaf
commit 9ca0ced2d8

View File

@@ -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