Skip to content

Commit

Permalink
Don't release rust versions on RC (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil authored Aug 23, 2023
1 parent f10df45 commit fab53d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
key: ubuntu-latest-cargo-registry-${{ hashFiles('**/Cargo.toml') }}

- name: Publish package rust
if: ${{ !contains(github.ref, 'rc') }}
working-directory: ./safetensors
run: cargo publish --token ${CRATES_TOKEN}

0 comments on commit fab53d1

Please sign in to comment.