Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script to drop rcYYYYMMDD suffix from packages for PyPI deploy. #477

Merged
merged 3 commits into from
Nov 11, 2024

Conversation

ScottTodd
Copy link
Member

Progress on #400

This lets us take a release from https://github.com/nod-ai/SHARK-Platform/releases/tag/dev-wheels and "promote it" for publishing to https://pypi.org/ by turning the version from X.Y.ZrcYYYYMMDD to simply X.Y.Z. The script is forked from the one in IREE I added last week: iree-org/iree#19067.

More steps like https://iree.dev/developers/general/release-management/#promoting-a-candidate-to-stable and scripting like https://github.com/iree-org/iree/blob/main/build_tools/python_deploy/pypi_deploy.sh will follow.

(I'm the sole author and wrote the code to use in both projects)
@ScottTodd ScottTodd merged commit 7ae6064 into nod-ai:main Nov 11, 2024
5 checks passed
@ScottTodd ScottTodd deleted the package-promotion branch November 11, 2024 20:10
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.

2 participants