Skip to content

Build and Deploy PyPi #14

Build and Deploy PyPi

Build and Deploy PyPi #14

name: Build and Deploy PyPi
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: casperdcl/deploy-pypi@v2
with:
password: ${{ secrets.PYPI_TOKEN }}
pip: wheel -w dist/ --no-deps .