Skip to content

polylx 0.5.5 release #6

polylx 0.5.5 release

polylx 0.5.5 release #6

Workflow file for this run

name: PyPi Publisher
on:
workflow_dispatch:
release:
types: [ published ]
jobs:
pypi-publisher:
runs-on: ubuntu-latest
steps:
- uses: thevickypedia/pypi-publisher@v3
env:
token: ${{ secrets.PYPI_APIKEY }}
with:
python-version: "3.10"
skip-existing: true