Skip to content

Upload to PyPI

Upload to PyPI #1

Workflow file for this run

name: Upload to PyPI
on:
release:
types: [published]
env:
FORCE_COLOR: "1"
jobs:
deployment:
environment: publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.10
cache: 'pip'
- name: Install Hatch
run: pip install --upgrade hatch
- name: Publish
run: hatch publish