Skip to content

Bump and release 0.23.0 #11

Bump and release 0.23.0

Bump and release 0.23.0 #11

Workflow file for this run

name: Publish
on:
push:
tags:
- '*'
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: pgjones/actions/build@dbbee601c084d000c4fc711d4b27cb306e15ead1 # v1
pypi-publish:
needs: ['build']
environment: 'publish'
name: upload release to PyPI
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
with:
packages-dir: artifact/