Skip to content

Commit ecab6d4

Browse files
committed
#new-release -> <new-release:0.0.4>
1 parent 14cd66d commit ecab6d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
pip install build
2525
- name: Build package
2626
run: |
27+
echo "PACKAGE_VERSION=$GITHUB_REF"
28+
echo "PACKAGE_VERSION=$GITHUB_WORKFLOW_REF"
2729
echo "PACKAGE_VERSION=$GITHUB_REF" >> .env
2830
python -m build
2931
- name: Publish package

0 commit comments

Comments
 (0)