Skip to content

Add module name to __init__.py files to allow building without Wheel … #4

Add module name to __init__.py files to allow building without Wheel …

Add module name to __init__.py files to allow building without Wheel … #4

name: Release (GitHub/PyPI)
on:
workflow_dispatch:
push:
tags:
- '*' # Trigger on all tags initially, but tag and release privilege are verified in _build-wheel-release-upload.yml
jobs:
release:
uses: Billingegroup/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0
with:
project: diffpy.srmise
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}