Skip to content

Build platform wheels and upload them to PyPI #4

Build platform wheels and upload them to PyPI

Build platform wheels and upload them to PyPI #4

Workflow file for this run

name: Build and upload
run-name: Build platform wheels and upload them to PyPI
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
Build-workflow:
uses: fjankowsk/scatfit/.github/workflows/build-wheels.yml@master
Upload-workflow:
needs: Build-workflow
uses: fjankowsk/scatfit/.github/workflows/upload-wheels-pypi.yml@master