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

document test release artifacts #36

Closed
shawaj opened this issue Oct 21, 2021 · 1 comment · Fixed by #76
Closed

document test release artifacts #36

shawaj opened this issue Oct 21, 2021 · 1 comment · Fixed by #76

Comments

@shawaj
Copy link
Member

shawaj commented Oct 21, 2021

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

@marvinmarnold
Copy link
Contributor

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:

Note that artifacts are uploaded even when the build fails.
For example, [this failed build](https://github.com/NebraLtd/hm-pyhelper/actions/runs/1369814396),
has artifacts uploaded [here](https://github.com/NebraLtd/hm-pyhelper/suites/4125934376/artifacts/105569066).
These artifacts can be useful for testing releases without needing to bump version numbers.

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
@shawaj shawaj closed this as completed in #76 Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants