Skip to content

πŸ“ Add Version and Python badges to README.md #1

πŸ“ Add Version and Python badges to README.md

πŸ“ Add Version and Python badges to README.md #1

Workflow file for this run

name: πŸ“¦οΈ Publish to PyPI
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
publish:
name: πŸ“¦οΈ Publish with PDM
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- name: Setup PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: '3.12'
- name: πŸ“¦οΈ Publish to PyPI with PDM
run: pdm publish