Fix pypi-publish action

This commit is contained in:
c-bata
2022-08-05 08:43:29 +09:00
parent 32a9fb0225
commit d033d5128f
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: gh release download $(jq --raw-output .tag_name "$GITHUB_EVENT_PATH") ./dist
- run: gh release download $(jq --raw-output .tag_name "$GITHUB_EVENT_PATH") -p '*.whl' -p '*.tar.gz' -D ./dist
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with: