Skip to content

Fix map handler (#6) #6

Fix map handler (#6)

Fix map handler (#6) #6

Workflow file for this run

name: Publish Python Package
on:
push:
tags:
- "v*.*.*"
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
poetry_install_options: "--without dev"