Skip to content

Added scalar type for single-sparse #13

Added scalar type for single-sparse

Added scalar type for single-sparse #13

Workflow file for this run

name: Publish to crates.io
on:
push:
branches:
- main
tags:
- "v*"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y fontconfig libfontconfig1-dev
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}