Skip to content

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 <[email protected]>
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.

3 participants