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 9fc1226 commit 97d947fCopy full SHA for 97d947f
.github/workflows/python-publish.yml
@@ -23,9 +23,8 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install build
25
- name: Build package
26
- env:
27
- PACKAGE_VERSION: "$GITHUB_REF"
28
run: |
+ export PACKAGE_VERSION="$GITHUB_REF"
29
python -m build
30
- name: Publish package
31
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
0 commit comments