Skip to content

Commit

Permalink
Fix rust library release action (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
paraseba authored Jan 2, 2025
1 parent f91247a commit 2030ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-rust-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
git config --global user.name "Joe Hamman"
- name: publish to crates
run: cargo release --no-confirm --tag-prefix icechunk-rust --execute
run: cargo release --no-confirm --tag-prefix icechunk-rust --execute --no-sign-tag
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# maturin generate-ci github --pytest
#
name: Python CI
name: Python CI and library release

on:
workflow_dispatch:
Expand Down

0 comments on commit 2030ff6

Please sign in to comment.