Skip to content

Remove references to python bindings #20

Remove references to python bindings

Remove references to python bindings #20

Workflow file for this run

name: Release
on:
push:
tags:
- v*
jobs:
crates-io:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish to crates.io
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish