Add PyPI publishing job and release process - #84
Open
aaronj0 wants to merge 4 commits into
Open
Conversation
aaronj0
force-pushed
the
pypi-publish
branch
from
September 6, 2026 12:05
ef10e94 to
3e0b6d6
Compare
aaronj0
commented
Sep 6, 2026
|
|
||
| <!-- Contributors since the previous release, with commit counts, in | ||
| alphabetical order: | ||
| git log --pretty='%an' <previous-tag>..HEAD | sort | uniq -c |
Collaborator
Author
There was a problem hiding this comment.
here will be replaced with the last tag after the first release
aaronj0
force-pushed
the
pypi-publish
branch
from
September 6, 2026 21:07
3e0b6d6 to
d580975
Compare
vgvassilev
reviewed
Sep 7, 2026
Comment on lines
+36
to
+39
| 5. Open the post-release PR. It sets `_version.py` to the next | ||
| version with a `.dev0` suffix (e.g., `0.1.0a2.dev0` follows | ||
| `0.1.0a1`) and resets `docs/ReleaseNotes.md`. | ||
|
|
Contributor
There was a problem hiding this comment.
Suggested change
| 5. Open the post-release PR. It sets `_version.py` to the next | |
| version with a `.dev0` suffix (e.g., `0.1.0a2.dev0` follows | |
| `0.1.0a1`) and resets `docs/ReleaseNotes.md`. | |
| 5. Announce the release on the compiler-research website and | |
| the relevant mailing lists. | |
| 6. Open the post-release PR. It sets `_version.py` to the next | |
| version with a `.dev0` suffix (e.g., `0.1.0a2.dev0` follows | |
| `0.1.0a1`) and resets `docs/ReleaseNotes.md`. | |
vgvassilev
reviewed
Sep 7, 2026
| ## Procedure | ||
|
|
||
| 1. Open the release PR: | ||
| - Set `__version__` in `python/cppjit/_version.py` to the release |
Contributor
There was a problem hiding this comment.
How does cmake know what is the current version? Does it need to parse that? We should probably have some notion of a simple VERSION file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.