Skip to content

Commit 80fcba3

Browse files
authored
Merge pull request #123 from mattip/nightly2
enclose version in quotes
2 parents 387b573 + 0a4b911 commit 80fcba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
if [[ "$NIGHTLY" = "true" ]]; then
114114
# Set the pyproject.toml version: convert v0.3.24-30-g138ed79f to 0.3.34.30
115115
version=$(cd OpenBLAS && git describe --tags --abbrev=8 | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g")
116-
sed -e "s/^version = .*/version = ${version}/" -i.bak pyproject.toml
116+
sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml
117117
fi
118118
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
119119
source tools/build_wheel.sh

0 commit comments

Comments
 (0)