Skip to content

Publish Package to PyPi #9

Publish Package to PyPi

Publish Package to PyPi #9

Workflow file for this run

---
name: Publish Package to PyPi
on:
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
jobs:
release:
uses:
./.github/workflows/_release.yml
with:
working-directory: .
secrets: inherit