mirror of https://github.com/astral-sh/uv
Use `--no-verify` to skip builds during crates.io publish (#16863)
Otherwise, this is quite slow.
This commit is contained in:
parent
fa6afd5a71
commit
76d769d7a0
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
# - uses: rust-lang/crates-io-auth-action@v1
|
||||
# id: auth
|
||||
- name: Publish workspace crates
|
||||
run: cargo publish --workspace
|
||||
# Note `--no-verify` is safe because we do a publish dry-run elsewhere in CI
|
||||
run: cargo publish --workspace --no-verify
|
||||
env:
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue