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

Add public crate publishing to our CI pipeline #2509

Closed
t00ts opened this issue Jan 22, 2025 · 0 comments · Fixed by #2517
Closed

Add public crate publishing to our CI pipeline #2509

t00ts opened this issue Jan 22, 2025 · 0 comments · Fixed by #2517
Assignees

Comments

@t00ts
Copy link
Contributor

t00ts commented Jan 22, 2025

We now have a few public crates that need to be published, as a result of the recently introduced pathfinder-class-hash.

Our current build process is done in two steps:

  1. Tag creation, with draft release and binary building
  2. Manual release

We should add:

  1. A dry run (e.g. cargo publish --dry-run)
  2. The actual publishing to crates.io

Furthermore, we'll also need to explore how to run a project-wide version bump, potentially leveraging just, in a way where Cargo.lock is properly updated after all the affected crates have been adjusted.

@t00ts t00ts self-assigned this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant