diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 304f77d..765180d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,8 +81,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} run: | - ls dist -# gh release upload '${{ github.ref_name }}' dist/* --repo '${{ github.repository }}' + gh release upload --repo '${{ github.repository }}' '${{ github.ref_name }}' dist/* # - name: Publish distribution 📦 to PyPI # uses: pypa/gh-action-pypi-publish@release/v1