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

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