Skip to content

Merge remote-tracking branch 'upstream/main' #11

Merge remote-tracking branch 'upstream/main'

Merge remote-tracking branch 'upstream/main' #11

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
permissions:
contents: read
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39"]'
os: windows-latest
wheel-tags: true
main-macos:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39"]'
os: macos-latest
wheel-tags: true
main-macos-intel:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39"]'
os: macos-15
wheel-tags: true
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39"]'
os: ubuntu-latest