Skip to content

Commit

Permalink
Remove rustworkx-core job for retrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Oct 3, 2023
1 parent e480c43 commit 10bb114
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@ on:
push:
branches: [ 'DNM-retrigger-13-2' ]
jobs:
rustworkx-core:
name: Publish rustworkx-core
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Run cargo publish
run: |
cd rustworkx-core
cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
sdist:
name: Build sdist
runs-on: ubuntu-latest
Expand Down

0 comments on commit 10bb114

Please sign in to comment.