Skip to content

Merge pull request #12 from hexfrost/config/add-pypi-config #1

Merge pull request #12 from hexfrost/config/add-pypi-config

Merge pull request #12 from hexfrost/config/add-pypi-config #1

Workflow file for this run

name: Publish Release to PYPI
on:
push:
branches:
- main
jobs:
deployment:
runs-on: ubuntu-latest
environment: release
steps:
- name: Build and Publish
uses: actions/checkout@v2
- run: poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
- run: poetry publish --build