We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e9f33 commit a92848dCopy full SHA for a92848d
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
- run: |
18
RUN_ID=$(gh run list --commit "$GITHUB_REF" --status success --workflow "EvaP Test Suite" --json databaseId --jq '.[].databaseId')
19
gh run download "$RUN_ID" --name wheel --dir dist
20
+ env:
21
+ GH_TOKEN: ${{ github.token }}
22
- run: tar tvf dist/*.tar.gz
23
- run: unzip -l dist/*.whl
24
- name: Publish package distributions to PyPI
0 commit comments