Skip to content

v3.42.0

v3.42.0 #28

name: Publish PyPI Release
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
environment: publish-pypi
permissions:
id-token: write
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- 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 PyPI
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0