diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab0c2060..8ad5e4df 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -107,21 +107,21 @@ jobs: env: RUSTDOCFLAGS: -D warnings - publish-check: - name: stable / publish dry-run - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Install Rust stable - uses: actions-rust-lang/setup-rust-toolchain@v1 - with: - components: rust-docs - - # Required to compile rig-lancedb - - name: Install Protoc - uses: arduino/setup-protoc@v3 - - - name: Run cargo publish --dry-run - run: find . | grep -v "target" | grep "\./.*/Cargo\.toml" | xargs -n 1 sh -c 'cargo publish --manifest-path $0 --dry-run || exit 255' \ No newline at end of file + # publish-check: + # name: stable / publish dry-run + # runs-on: ubuntu-latest + # steps: + # - name: Checkout + # uses: actions/checkout@v4 + + # - name: Install Rust stable + # uses: actions-rust-lang/setup-rust-toolchain@v1 + # with: + # components: rust-docs + + # # Required to compile rig-lancedb + # - name: Install Protoc + # uses: arduino/setup-protoc@v3 + + # - name: Run cargo publish --dry-run + # run: find . | grep -v "target" | grep "\./.*/Cargo\.toml" | xargs -n 1 sh -c 'cargo publish --manifest-path $0 --dry-run || exit 255' \ No newline at end of file