feat: Add crates.io publish

This commit is contained in:
Dheepak Krishnamurthy 2023-05-26 22:02:43 -04:00
parent 6d5d7e92f1
commit aaaf1ed9f6

View file

@ -110,6 +110,19 @@ jobs:
toolchain: stable
override: true
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --release
- name: Publish
uses: actions-rs/cargo@v1
with:
command: publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
homebrew:
name: Bump Homebrew formula
runs-on: macos-latest