Skip to content

Update changelog

Update changelog #16

name: Publish to TestPyPI
on:
push:
branches:
- 'release/*.*.*'
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
build-and-test-sdist-and-wheels:
uses: ./.github/workflows/publish-packages.yml
with:
upload_to_test: true
secrets:
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}