Skip to content

[PATCH] Linter swap and cleanup #3

[PATCH] Linter swap and cleanup

[PATCH] Linter swap and cleanup #3

Workflow file for this run

# This workflow deploys a new release on PyPI once a pull request is closed
name: Deploy to PyPI
on:
push:
tags:
- 'v*'
jobs:
pypi-deploy:
name: Build and publish Python 🐍 distributions 📦 to live PyPI
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: Publish distribution 📦 to PyPI
uses: JRubics/poetry-publish@v1.17
with:
ignore_dev_requirements: 'yes'
pypi_token: ${{ secrets.PYPI_PASSWORD }}