⚗️ upload to Test PyPI for pushes on main#666
Merged
Conversation
Member
Author
|
Unfortunately, it seems that this is not really feasible. |
main
Member
Author
|
Might have found a way to make this possible after all. Investigating further. |
ed7497d to
6983abb
Compare
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
6983abb to
0254d77
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #666 +/- ##
=====================================
Coverage 92.1% 92.1%
=====================================
Files 125 125
Lines 13757 13757
Branches 2150 2150
=====================================
+ Hits 12671 12672 +1
+ Misses 1086 1085 -1
|
4 tasks
burgholzer
added a commit
that referenced
this pull request
Sep 28, 2024
## Description A small follow-up PR to #666 that adjusts how the continuous deployment job is run. Hopefully, after merging, this allows to continuously upload to TestPyPI. ## Checklist: <!--- This checklist serves as a reminder of a couple of things that ensure your pull request will be merged swiftly. --> - [x] The pull request only contains commits that are related to it. - [x] I have added appropriate tests and documentation. - [x] I have made sure that all CI jobs on GitHub pass. - [x] The pull request introduces no new warnings and follows the project's style guidelines. Signed-off-by: burgholzer <burgholzer@me.com>
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
This PR updates the CD workflow so that anytime it runs on a push to
main, it uploads the resulting package to Test PyPI. This allows to battle test the packages before official releases.This will be especially important in the context of #662.
Checklist: