Skip to content

Commit

Permalink
enclose version in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Oct 1, 2023
1 parent 387b573 commit 0a4b911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if [[ "$NIGHTLY" = "true" ]]; then
# Set the pyproject.toml version: convert v0.3.24-30-g138ed79f to 0.3.34.30
version=$(cd OpenBLAS && git describe --tags --abbrev=8 | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g")
sed -e "s/^version = .*/version = ${version}/" -i.bak pyproject.toml
sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml
fi
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
source tools/build_wheel.sh
Expand Down

0 comments on commit 0a4b911

Please sign in to comment.