Skip to content

Merge pull request #176 from grossir/add_vi_format #47

Merge pull request #176 from grossir/add_vi_format

Merge pull request #176 from grossir/add_vi_format #47

Workflow file for this run

name: PyPI
on:
push:
tags:
- v*.*.*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: casperdcl/deploy-pypi@v2
with:
password: ${{ secrets.pypi_token }}
build: true