Skip to content

Merge pull request #38 from mpol1t/patch/bump-version #7

Merge pull request #38 from mpol1t/patch/bump-version

Merge pull request #38 from mpol1t/patch/bump-version #7

Workflow file for this run

name: Python package
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}