Skip to content

chore(docs): use pypi-compatible badge syntax #125

chore(docs): use pypi-compatible badge syntax

chore(docs): use pypi-compatible badge syntax #125

Workflow file for this run

name: Build
on:
push:
tags: ['*']
jobs:
publish:
name: upload to PyPI
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- uses: snok/install-poetry@v1.3.4
with:
# TODO: renovate
version: 1.8.2
- run: poetry build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1