Merge pull request #7 from jmorganca/mxyng/fix-publish

fix gh release upload
This commit is contained in:
Michael Yang 2024-01-11 16:53:47 -08:00 committed by GitHub
commit e0ee198195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,6 @@ jobs:
poetry version ${GITHUB_REF_NAME#v}
poetry build
- uses: pypa/gh-action-pypi-publish@release/v1
- run: gh release upload $GIT_REF_NAME dist/*
- run: gh release upload $GITHUB_REF_NAME dist/*
env:
GH_TOKEN: ${{ github.token }}