Skip to content

Commit

Permalink
Publish crate dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Sep 21, 2023
1 parent a67787b commit 726a73d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ on:
jobs:
test-with-coverage:
runs-on: ubuntu-20.04
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v2
- name: Install dependencies (SCIPOptSuite)
Expand All @@ -42,7 +40,7 @@ jobs:
with:
fail_ci_if_error: true

Linux-conda-test:
linux-conda-test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: publish

on:
push:
branches:
- '**'

jobs:
publish-crate:
needs: test-with-coverage
runs-on: ubuntu-latest
steps:
- name: publish crate
uses: katyo/publish-crates@v2
with:
dry-run: true

0 comments on commit 726a73d

Please sign in to comment.