feat: Add pypi auto publishing
Some checks are pending
website / build (push) Waiting to run
website / deploy (push) Blocked by required conditions
Publish python package to pypi and testpypi / Build distribution (push) Waiting to run
Publish python package to pypi and testpypi / Publish dist to pypi (push) Blocked by required conditions
Publish python package to pypi and testpypi / Test publishing to testpypi (push) Blocked by required conditions

This commit is contained in:
Marty Oehme 2025-04-09 10:35:19 +02:00
parent 2fb0608a87
commit 771993f999
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 69 additions and 2 deletions

View file

@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.x'
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v5