Skip to content

Commit 97d947f

Browse files
author
ufuk
committed
#new-release -> <new-release:0.0.8>
1 parent 9fc1226 commit 97d947f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install build
2525
- name: Build package
26-
env:
27-
PACKAGE_VERSION: "$GITHUB_REF"
2826
run: |
27+
export PACKAGE_VERSION="$GITHUB_REF"
2928
python -m build
3029
- name: Publish package
3130
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29

0 commit comments

Comments
 (0)