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 d325a86 commit 9fc1226Copy full SHA for 9fc1226
.github/workflows/python-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
pip install build
25
- name: Build package
26
env:
27
- PACKAGE_VERSION: $GITHUB_REF
+ PACKAGE_VERSION: "$GITHUB_REF"
28
run: |
29
python -m build
30
- name: Publish package
0 commit comments