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.
1 parent 457a37e commit 2035a54Copy full SHA for 2035a54
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Check package metadata
34
env:
35
GITHUB_REF: ${{ github.ref }}
36
- run: python scripts/check_package.py "${github.ref}"
+ run: python scripts/check_package.py "${GITHUB_REF}"
37
- name: Install pypa/build
38
run: |
39
# Be wary of running `pip install` here, since it becomes easy for us to
0 commit comments