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.
2 parents dbe8a84 + 23c090f commit 42ee26bCopy full SHA for 42ee26b
.github/workflows/python-publish.yml
@@ -18,10 +18,15 @@ jobs:
18
with:
19
python-version: "3.x"
20
21
+ - name: Extract version from GitHub release tag
22
+ run: echo "PACKAGE_VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
23
+
24
- name: Build release distributions
25
run: |
26
python -m pip install --upgrade build
27
python -m build
28
+ env:
29
+ PACKAGE_VERSION: ${{ env.PACKAGE_VERSION }}
30
31
- name: Upload distributions
32
uses: actions/upload-artifact@v4
0 commit comments