Skip to content

added cibuildwheel yml (test) #2

added cibuildwheel yml (test)

added cibuildwheel yml (test) #2

name: Publish Python distribution to TestPyPI
on:
push:
branches:
- 'feature/2-wheel-action-action'
jobs:
build:
name: Build distribution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Build by cibuildwheel
- uses: actions/checkout@v4
- name: Build wheels
uses: pypa/[email protected]
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: ./wheelhouse/*.whl