Skip to content

Commit 0249f23

Browse files
committed
fix
1 parent da63fe2 commit 0249f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
[ $GITHUB_EVENT_NAME == 'push' ] && VERSION+=b && VERSION+=$(($(git tag -l "*$VERSION*" | cut -db -f2 | sort -n | tail -1)+1))
3030
[ $GITHUB_EVENT_NAME == 'release' ] && VERSION=${{ github.event.release.tag_name }} && VERSION=${VERSION/v/}
3131
echo VERSION = $VERSION
32-
sed -ie "s/version = .*/version = $VERSION/" pyproject.toml
32+
sed -ie "s/version = .*/version = \"$VERSION\"/" pyproject.toml
3333
- name: Build release distributions
3434
run: |
3535
# NOTE: put your own distribution build steps here.

0 commit comments

Comments
 (0)