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 a539d77 commit 56745fcCopy full SHA for 56745fc
1 file changed
.github/workflows/python-publish.yml
@@ -31,7 +31,9 @@ jobs:
31
python -m pip install --upgrade pip
32
pip install build
33
- name: Build package
34
- run: python -m build
+ env:
35
+ RELEASE_VERSION: ${{ github.event.release.tag_name }}
36
+ run: python -m build --outdir dist --version $RELEASE_VERSION
37
- name: Publish package
38
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
39
with:
0 commit comments