Skip to content

Added initial code to make temp user work #12

Added initial code to make temp user work

Added initial code to make temp user work #12

Workflow file for this run

name: publish
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- name: Build and publish to pypi
run: |
uv build
uv publish --token ${{ secrets.PYPI_TOKEN }}