Skip to content

chore: Migrate dev setup to uv #129

chore: Migrate dev setup to uv

chore: Migrate dev setup to uv #129

Workflow file for this run

name: Release
on:
push:
branches:
- main
tags:
- "v*"
pull_request:
workflow_dispatch:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
- run:
uv run ruff check
uv run ruff format
Test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
- uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
- name: Run tests
run: uv run pytest --color=yes
Release:
if: startsWith(github.ref, 'refs/tags/')
needs: [Lint, Test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
- run: |
uv build
uvx twine check dist/*
ls -lh dist
- name: Publish to PyPI
run: uvx twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy