Skip to content

Merge pull request #20 from konstin/konsti/report-pep440 #21

Merge pull request #20 from konstin/konsti/report-pep440

Merge pull request #20 from konstin/konsti/report-pep440 #21

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