Fix pypi-publish action

This commit is contained in:
c-bata
2022-09-15 22:07:04 +09:00
parent 8206248bc2
commit a2d61cf151
+2
View File
@@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: gh release download $(jq --raw-output .tag_name "$GITHUB_EVENT_PATH") -p '*.whl' -p '*.tar.gz' -D ./dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with: