Skip to content

feat(okla): Improve content cleanup #192

feat(okla): Improve content cleanup

feat(okla): Improve content cleanup #192

Workflow file for this run

name: PyPI
on:
push:
tags:
- v*.*.*
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 }}
build: true