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 cargo publish job for rustworkx-core #694

Merged
merged 1 commit into from
Oct 8, 2022

Conversation

mtreinish
Copy link
Member

This commit adds a CI job to automatically publish rustworkx-core to crates.io on releases. In the past I have just manually run cargo publish locally but this is error prone and depends on me doing the correct thing. Having it run automatically in CI limits the chances of something going wrong.

This commit adds a CI job to automatically publish rustworkx-core to
crates.io on releases. In the past I have just manually run cargo
publish locally but this is error prone and depends on me doing the
correct thing. Having it run automatically in CI limits the chances of
something going wrong.
Copy link
Collaborator

@IvanIsCoding IvanIsCoding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (and the identation is right this time!)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 3206943565

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.02%) to 97.06%

Files with Coverage Reduction New Missed Lines %
src/shortest_path/all_pairs_bellman_ford.rs 2 98.87%
Totals Coverage Status
Change from base Build 3201096800: 0.02%
Covered Lines: 13435
Relevant Lines: 13842

💛 - Coveralls

@IvanIsCoding IvanIsCoding added the automerge Queue a approved PR for merging label Oct 8, 2022
@mergify mergify bot merged commit 749491e into Qiskit:main Oct 8, 2022
@mtreinish mtreinish added the stable-backport-potential This PR or issue is potentially worth backporting for inclusion in a stable branch label Oct 10, 2022
mergify bot pushed a commit that referenced this pull request Oct 10, 2022
This commit adds a CI job to automatically publish rustworkx-core to
crates.io on releases. In the past I have just manually run cargo
publish locally but this is error prone and depends on me doing the
correct thing. Having it run automatically in CI limits the chances of
something going wrong.

(cherry picked from commit 749491e)
mergify bot added a commit that referenced this pull request Oct 10, 2022
This commit adds a CI job to automatically publish rustworkx-core to
crates.io on releases. In the past I have just manually run cargo
publish locally but this is error prone and depends on me doing the
correct thing. Having it run automatically in CI limits the chances of
something going wrong.

(cherry picked from commit 749491e)

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Queue a approved PR for merging stable-backport-potential This PR or issue is potentially worth backporting for inclusion in a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants