Skip to content

Merge remote-tracking branch 'origin/main' into tdstein/27 #1

Merge remote-tracking branch 'origin/main' into tdstein/27

Merge remote-tracking branch 'origin/main' into tdstein/27 #1

Workflow file for this run

name: Release
on:
push:
branches:
- 'tdstein/27'
tags:
- "v*.*.*"
jobs:
default:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: make
- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/