Skip to content

--currentdir functionality, resubmitted from current master branch #221

--currentdir functionality, resubmitted from current master branch

--currentdir functionality, resubmitted from current master branch #221

Workflow file for this run

name: test sdist
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Test sdist
run: scripts/test-sdist