We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753b37e commit cec62d1Copy full SHA for cec62d1
.github/workflows/python-publish.yml
@@ -40,6 +40,7 @@ jobs:
40
- name: Build package
41
run: |
42
source .venv/bin/activate
43
+ poetry version ${GITHUB_REF#refs/*/}
44
poetry build
45
46
- name: Publish package
0 commit comments