chelate 0.2.0

Parser for a bunch of molecular file formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
on:
  push:
    tags:
      - v*.*.*
  workflow_dispatch:

name: 🚀 Publish

jobs:
  publish:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: actions-rust-lang/setup-rust-toolchain@v1
        with:
          toolchain: stable
      - run: cargo publish --token ${{secrets.CRATES_TOKEN}}