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 387b573 commit 0a4b911Copy full SHA for 0a4b911
.github/workflows/posix.yml
@@ -113,7 +113,7 @@ jobs:
113
if [[ "$NIGHTLY" = "true" ]]; then
114
# Set the pyproject.toml version: convert v0.3.24-30-g138ed79f to 0.3.34.30
115
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
+ sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml
117
fi
118
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
119
source tools/build_wheel.sh
0 commit comments