Skip to content

Commit

Permalink
Bump up the heyoka version to be used for building the wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Aug 9, 2023
1 parent c614c13 commit fbed2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gha_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo "PYTHON_DIR: ${PYTHON_DIR}"
export NUMPY_VERSION="1.24.*"

# The heyoka version to be used for releases.
export HEYOKA_VERSION_RELEASE="0.21.0"
export HEYOKA_VERSION_RELEASE="1.0.0"

# Check if this is a release build.
if [[ "${GITHUB_REF}" == "refs/tags/v"* ]]; then
Expand Down

0 comments on commit fbed2a4

Please sign in to comment.