Skip to content

Commit a92848d

Browse files
committed
fixup! okay whatever
1 parent 91e9f33 commit a92848d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- run: |
1818
RUN_ID=$(gh run list --commit "$GITHUB_REF" --status success --workflow "EvaP Test Suite" --json databaseId --jq '.[].databaseId')
1919
gh run download "$RUN_ID" --name wheel --dir dist
20+
env:
21+
GH_TOKEN: ${{ github.token }}
2022
- run: tar tvf dist/*.tar.gz
2123
- run: unzip -l dist/*.whl
2224
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)