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

ci: add workflow for crate publishing #5005

Open
3 tasks
conorsch opened this issue Jan 24, 2025 · 2 comments
Open
3 tasks

ci: add workflow for crate publishing #5005

conorsch opened this issue Jan 24, 2025 · 2 comments
Labels
A-CI/CD Relates to continuous integration & deployment of Penumbra

Comments

@conorsch
Copy link
Contributor

Following up on the work to publish the workspace code to crates.io (#4978), we should add a CI workflow to automate that process. That work entails:

  • updating the crates auth to gh groups
  • generating a new CI token for use in CI
  • writing a workflow that runs on tags, and executes ./deployments/scripts/publish-crates

Once that's handled, the crate publishing will happen automatically as part of our existing release process.

@conorsch conorsch added the A-CI/CD Relates to continuous integration & deployment of Penumbra label Jan 24, 2025
@conorsch
Copy link
Contributor Author

Still not done; for v1.0.1 (#5021) I just published the crates manually using the script. They're live now: https://docs.rs/penumbra-sdk-app/1.0.1/penumbra_sdk_app/

@conorsch
Copy link
Contributor Author

As part of the v1.0.2 release (which should have been 1.1.0), I ran the publishing script manually, and it worked great, no problems. Fine to include in CI for next release, IMO.

For the crate ownership, I've started sending invites via API to adjust the setup, will comment when that's complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CI/CD Relates to continuous integration & deployment of Penumbra
Projects
None yet
Development

No branches or pull requests

1 participant