Skip to content

Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 #728

Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1

Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 #728

Workflow file for this run

name: Test
on:
pull_request:
paths-ignore:
- 'docs/**'
jobs:
style:
name: Check style
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: pre-commit/[email protected]
test:
needs: style
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-14]
name: Run tests (${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Build wheels and run tests
uses: pypa/[email protected]
- uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.os }}
path: ./wheelhouse/*.whl