Skip to content

Bump pypa/gh-action-pypi-publish from 1.1.0 to 1.13.0 in /.github/workflows in the github_actions group across 1 directory #15

Bump pypa/gh-action-pypi-publish from 1.1.0 to 1.13.0 in /.github/workflows in the github_actions group across 1 directory

Bump pypa/gh-action-pypi-publish from 1.1.0 to 1.13.0 in /.github/workflows in the github_actions group across 1 directory #15

Workflow file for this run

name: Test WorkFlow
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
- name: 🐍 Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: 🔧 Set up uv
uses: astral-sh/setup-uv@v5
- name: 🦾 Install dependencies
run: uv sync --dev
- name: 🧪 Test
run: uv run pytest test/ src/