-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
document test release artifacts #36
Labels
Comments
Started tackling this in #37 but did not finish because I'm headed out the door and would like to provide sample code for how to import the artifact into another python app. Current draft:
|
4 tasks
shawaj
added a commit
that referenced
this issue
Dec 7, 2021
- pull gateway_mfr build from upstream - update pypi and test-pypi actions - add action to check gateway-mfr-rs version weekly and auto-update if necessary - remove old unused backup action - bumping minor version as this is a fairly substantial change to the build process - update README to add more release info and update ROCK Pi hardware info Closes: #43 Closes: #36 Relates-to: #20
shawaj
added a commit
that referenced
this issue
Dec 8, 2021
- pull gateway_mfr build from upstream - update pypi and test-pypi actions - add action to check gateway-mfr-rs version weekly and auto-update if necessary - remove old unused backup action - bumping minor version as this is a fairly substantial change to the build process - update README to add more release info and update ROCK Pi hardware info - move slack group ID to and environment variable across the whole GitHub org for Nebra Ltd Closes: #43 Closes: #36 Relates-to: #20
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently upload the packages as build artifacts so even if a testpypi build fails the artifacts are still uploaded. For examples this run:
https://github.com/NebraLtd/hm-pyhelper/actions/runs/1369814396
Has the python outputs here:
https://github.com/NebraLtd/hm-pyhelper/suites/4125934376/artifacts/105569066
Similar to #34 we should document this as this can be useful for testing releases without needing to bump version numbers
Related to #20
The text was updated successfully, but these errors were encountered: