Publish nightly wheels to a self hosted index#1356
Merged
Conversation
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 13, 2026
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 13, 2026
b2d2bc6 to
cb65f1f
Compare
schaubh
requested changes
Apr 13, 2026
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 18, 2026
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 18, 2026
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 18, 2026
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 18, 2026
32ae95e to
e5c3616
Compare
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 18, 2026
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 18, 2026
e5c3616 to
d667364
Compare
Contributor
Author
|
All review comments addressed. Updated the workflow with the trim-history style update like you used previously! |
schaubh
requested changes
Apr 18, 2026
Contributor
|
Regarding pushing tagged releases, I follow that up with pushing a branch for the next beta branch. The nightly wheel is erased because the tagged release wipes the documentation HTML folder. Is it possible to to trigger this workflow manually after I push the BSK beta branch? If yes, we should add that step to the |
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 20, 2026
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 20, 2026
d667364 to
bd6e9f8
Compare
schaubh
requested changes
Apr 20, 2026
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 27, 2026
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 27, 2026
bd6e9f8 to
c01f7dd
Compare
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 27, 2026
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 27, 2026
c01f7dd to
1bb2218
Compare
schaubh
approved these changes
Apr 27, 2026
Contributor
schaubh
left a comment
There was a problem hiding this comment.
Just had a minor comment to address. Should be good to go after that.
1bb2218 to
13fa302
Compare
ReeceHumphreys
added a commit
that referenced
this pull request
Apr 29, 2026
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.
Description
It would be useful to be able to download a wheel that reflects the recent state of the development branch for testing purposes. This PR adds a new workflow that publishes wheels from a nightly build to an index that we host ourselves. This index is incredibly simple and only contains the wheels for the latest nightly build.
Verification
Generated the index page locally using prebuilt wheels.
Documentation
Added new documentation with instructions for downloading the wheels from the registry.