Skip to content

Commit

Permalink
publish maybe_rayon
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Aug 27, 2024
1 parent b03927a commit e23d840
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-rust-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
toolchain: stable

# These steps are in a specific order so crate dependencies are updated first
- name: Publish bls12_381
run: cargo publish --package crate_crypto_internal_eth_kzg_maybe_rayon
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_RELEASE_TOKEN }}

- name: Publish bls12_381
run: cargo publish --package crate_crypto_internal_eth_kzg_bls12_381
env:
Expand Down

0 comments on commit e23d840

Please sign in to comment.