Skip to content

feat: add deterministic rng for context (#9) #3

feat: add deterministic rng for context (#9)

feat: add deterministic rng for context (#9) #3

Workflow file for this run

name: Cargo Publish
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish