Skip to content

Commit

Permalink
Use HEAD as nightly version in multibuilt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steppi committed Jul 13, 2023
1 parent 1b3222b commit 013ef55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/multibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,13 @@ jobs:
-t file -p "openblas-libs"
-d "OpenBLAS for multibuild wheels"
-s "OpenBLAS for multibuild wheels"
-v "$(cd OpenBLAS && git describe --tags --abbrev=8)"
)
if [[ "$NIGHTLY" = "true" ]]; then
args+=(--force)
args+=(-v "HEAD")
else
args+=(--skip)
args+=(-v "$(cd OpenBLAS && git describe --tags --abbrev=8)")
fi
anaconda "${args[@]}" libs/openblas*.tar.gz
fi

0 comments on commit 013ef55

Please sign in to comment.