Skip to content

Merge pull request #729 from staticdev/dependabot/pip/docs/sphinx-8.2.0 #66

Merge pull request #729 from staticdev/dependabot/pip/docs/sphinx-8.2.0

Merge pull request #729 from staticdev/dependabot/pip/docs/sphinx-8.2.0 #66

Workflow file for this run

name: Release Dev
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install UV
uses: astral-sh/setup-uv@v5
with:
version: ">=0.5.24"
- name: Install dependencies
run: |
uv sync --all-extras --frozen
- name: Build package
run: |
uv build
- name: Publish package on TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository-url: https://test.pypi.org/legacy/