Convergence improvement for tp_flash (#219) #10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release feos-core | |
on: | |
push: | |
tags: ["feos-core-v*"] | |
jobs: | |
release-crates-io: | |
name: Release crates.io | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions-rs/toolchain@v1 | |
with: | |
profile: minimal | |
toolchain: stable | |
override: true | |
- uses: katyo/publish-crates@v1 | |
with: | |
registry-token: ${{ secrets.CRATES_IO_TOKEN }} | |
path: './feos-core' |