Skip to content

Support Python 3.13, drop 3.10 (#143) #5

Support Python 3.13, drop 3.10 (#143)

Support Python 3.13, drop 3.10 (#143) #5

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 }}