Skip to content

Commit 086bb9a

Browse files
committed
#new-release -> <new-release:0.0.5>
1 parent ecab6d4 commit 086bb9a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install build
2525
- name: Build package
26+
env:
27+
PACKAGE_VERSION: ${GITHUB_REF##*/}
2628
run: |
27-
echo "PACKAGE_VERSION=$GITHUB_REF"
28-
echo "PACKAGE_VERSION=$GITHUB_WORKFLOW_REF"
29-
echo "PACKAGE_VERSION=$GITHUB_REF" >> .env
3029
python -m build
3130
- name: Publish package
3231
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29

0 commit comments

Comments
 (0)