We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3bafe commit b79fc24Copy full SHA for b79fc24
1 file changed
.github/workflows/release.yml
@@ -76,10 +76,6 @@ jobs:
76
run: |
77
git config user.name "HawkyMcBuilderFace[bot]"
78
git config user.email "222944+HawkyMcBuilderFace[bot]@users.noreply.github.com"
79
- - name: Set version from tag
80
- run: |
81
- TAG_NAME=${GITHUB_REF#refs/tags/v}
82
- bumpver update --set-version $TAG_NAME --commit
83
- name: Build package
84
85
python -m build
0 commit comments