Skip to content

Bump version and changelog for release (#1086) #34

Bump version and changelog for release (#1086)

Bump version and changelog for release (#1086) #34

name: Publish Test PyPI Release
on:
push:
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-latest
environment: publish-test-pypi
permissions:
id-token: write
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: "3.11"
- run: python -m pip install build
- run: python -m build .
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
with:
repository-url: https://test.pypi.org/legacy/