Skip to content

Merge pull request #64 from maxspahn/ft-resizing-and-rectangle-plots #15

Merge pull request #64 from maxspahn/ft-resizing-and-rectangle-plots

Merge pull request #64 from maxspahn/ft-resizing-and-rectangle-plots #15

# This is a basic workflow to help you get started with Actions
name: Publishing package to pypi.
# Controls when the workflow will run
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: "3.8"
pypi_token: ${{ secrets.PYPI_TOKEN }}