Skip to content

bdist wheels: exclude build-time-only files #238

bdist wheels: exclude build-time-only files

bdist wheels: exclude build-time-only files #238

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
push:
branches:
- main
- master
- bugfix/*
- feature/*
jobs:
sdist:
name: build sdist wheel
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
python -m pip install --upgrade pip
python -m pip install build setuptools wheel
python -m build --sdist
- uses: actions/upload-artifact@v3
with:
path: ./dist/*.tar.gz