Skip to content

Merge pull request #460 from sass/asottile-patch-1 #61

Merge pull request #460 from sass/asottile-patch-1

Merge pull request #460 from sass/asottile-patch-1 #61

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38"]'
os: windows-latest
arch: '["x64", "x86"]'
wheel-tags: true
submodules: true
main-macos:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38"]'
os: macos-latest
wheel-tags: true
submodules: true
main-macos-intel:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38"]'
os: macos-13
wheel-tags: true
submodules: true
main-linux:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["pypy3", "py38", "py39", "py310", "py311"]'
os: ubuntu-latest
submodules: true