Skip to content

Add condition get_hot_bits (#3) #5

Add condition get_hot_bits (#3)

Add condition get_hot_bits (#3) #5

Workflow file for this run

name: Publish to crates.io
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CRATES_API_TOKEN }}