Skip to content

Commit

Permalink
remove knitro-rs from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prehner committed Apr 29, 2024
1 parent 9040054 commit 596389a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,9 @@ on:
tags: ["v*"]

jobs:
release-crates-io-knitro_rs:
name: Release knitro-rs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CRATES_IO_TOKEN }}
args: --features knitro_12
path: './knitro_rs'

release-crates-io:
name: Release feos-campd
runs-on: ubuntu-latest
needs: [release-crates-io-knitro_rs]
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 596389a

Please sign in to comment.