We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d394d13 + 99df3c3 commit e0ee198Copy full SHA for e0ee198
.github/workflows/publish.yaml
@@ -22,6 +22,6 @@ jobs:
22
poetry version ${GITHUB_REF_NAME#v}
23
poetry build
24
- uses: pypa/gh-action-pypi-publish@release/v1
25
- - run: gh release upload $GIT_REF_NAME dist/*
+ - run: gh release upload $GITHUB_REF_NAME dist/*
26
env:
27
GH_TOKEN: ${{ github.token }}
0 commit comments