Skip to content

Bump version and changelog for release (#981) #29

Bump version and changelog for release (#981)

Bump version and changelog for release (#981) #29

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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.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@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
with:
repository-url: https://test.pypi.org/legacy/