-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
github: create actions to publish crates #578
base: main
Are you sure you want to change the base?
Conversation
needs: pre_job | ||
steps: | ||
- uses: actions/checkout@v3.5.2 | ||
- uses: actions-rs/toolchain@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: we might want (in a future PR) to migrate our rust installation to this action instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually you probably don't want to use actions-rs
because its unmaintained
451c445
to
ea447e8
Compare
We're hitting katyo/publish-crates#660 so I had to get rid of the wildcard versions. |
Notes: Copied from rust doc |
Change publish job with matrix, don't fail if another job fail.
Codecov Report
@@ Coverage Diff @@
## main #578 +/- ##
==========================================
- Coverage 84.01% 82.90% -1.12%
==========================================
Files 39 39
Lines 6932 6932
==========================================
- Hits 5824 5747 -77
- Misses 1108 1185 +77 |
No description provided.