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 3ae86c6 commit 9b27fddCopy full SHA for 9b27fdd
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: '3.10'
20
21
- name: Update version
22
- run: sed -i "s/version = .*/version = '${{github.ref_name}}'/" pyproject.toml
+ run: sed -i "s/version = .*/^version = '${{github.ref_name}}'/" pyproject.toml
23
24
- name: Build a binary wheel and a source tarball
25
run: |
0 commit comments