Skip to content

Commit 24fd980

Browse files
authored
chore: skip crates.io for now (#7)
1 parent f0278ea commit 24fd980

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -23,36 +23,8 @@ permissions:
2323
pull-requests: write
2424

2525
jobs:
26-
publish-dry-run:
27-
name: "Runs cargo publish --dry-run"
28-
runs-on: ubuntu-latest
29-
steps:
30-
- name: Checkout
31-
uses: actions/checkout@v6
32-
33-
- name: Setup Rust
34-
uses: dtolnay/rust-toolchain@stable
35-
36-
- name: Setup Rust Cache
37-
uses: Swatinem/rust-cache@v2
38-
39-
- name: Setup Cargo Binstall
40-
uses: cargo-bins/cargo-binstall@main
41-
42-
- name: Install Rust Binaries
43-
run: cargo binstall -y --force cargo-tag
44-
45-
- name: Build (debug)
46-
run: cargo b
47-
48-
- name: publish crate
49-
run: |
50-
cargo package --list --allow-dirty
51-
cargo publish --dry-run --allow-dirty
52-
5326
build-binaries:
5427
name: Build binaries
55-
needs: publish-dry-run
5628
strategy:
5729
matrix:
5830
include:

0 commit comments

Comments
 (0)