Skip to content

Fix process handling and bump version πŸ“ˆ #22

Fix process handling and bump version πŸ“ˆ

Fix process handling and bump version πŸ“ˆ #22

name: πŸ“¦ Release h3daemon
on:
push:
tags:
- h3daemon-v*
defaults:
run:
working-directory: h3daemon
jobs:
release:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/h3daemon
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- name: Build
run: pipx run build
- uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: h3daemon/dist
skip-existing: true