matrix_rhal 0.0.4

The Rust implementation of MATRIX HAL.
Documentation
name: crates.io Deployment
on:
  push:
    tags:
      - v0.*
      - v1.*

jobs:
  build:
    name: Deploy
    runs-on: ubuntu-latest
    steps:
      - name: Download Repository
        uses: actions/checkout@v1

      - name: Cargo Login
        run: cargo login ${{ secrets.CRATES_IO_API_KEY }}

      - name: Publish Crate
        run: cargo publish