Skip to content

Commit

Permalink
Merge pull request #7 from jmorganca/mxyng/fix-publish
Browse files Browse the repository at this point in the history
fix gh release upload
  • Loading branch information
mxyng authored Jan 12, 2024
2 parents d394d13 + 99df3c3 commit e0ee198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e0ee198

Please sign in to comment.