Skip to content

disambiguate bewteen a NIGHTLY build and a publish build#259

Merged
mattip merged 2 commits intoMacPython:mainfrom
mattip:disambiguate
Mar 10, 2026
Merged

disambiguate bewteen a NIGHTLY build and a publish build#259
mattip merged 2 commits intoMacPython:mainfrom
mattip:disambiguate

Conversation

@mattip
Copy link
Collaborator

@mattip mattip commented Mar 10, 2026

  • I updated the package version in pyproject.toml and made sure the first 3 numbers match ./openblas_commit.txt. If I did not update ./openblas_commit.txt, I incremented the wheel build number (i.e. 0.3.29.0.0 to 0.3.29.0.1)

Note: update ./openblas_commit.txt with cd OpenBLAS; git describe --tags --abbrev=8 > ../openblas_commit.txt

Toward #244

#245 added a publish workflow, but it was triggering a NIGHTLY build. Disambiguate between them.

# Set the pyproject.toml version: convert v0.3.24-30-g138ed79f to 0.3.34.30
version=$(echo $OPENBLAS_COMMIT | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g")
# Set the pyproject.toml version: convert v0.3.24-30-g138ed79f to 0.3.34.30.0
version=$(echo $OPENBLAS_COMMIT | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g").0
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a build number.

@mattip mattip merged commit 3dc6494 into MacPython:main Mar 10, 2026
26 of 27 checks passed
@mattip mattip mentioned this pull request Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant