Skip to content

feat: add CodeQL security scanning and Dependabot (v0.7.27) #7

feat: add CodeQL security scanning and Dependabot (v0.7.27)

feat: add CodeQL security scanning and Dependabot (v0.7.27) #7

Workflow file for this run

name: Publish to PyPI
on:
push:
tags:
- "v*"
jobs:
publish:
runs-on: ubuntu-latest
environment: pypi
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install uv
run: pip install uv
- name: Build
run: uv build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1