1
0
Fork 0

Adding upstream version 0.52+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-17 07:24:44 +01:00
parent cece8fcfb0
commit 843504222e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 863 additions and 705 deletions

View file

@ -18,12 +18,14 @@ jobs:
- name: "Installs dependencies"
run: |
curl -sSL https://install.python-poetry.org | python3 -
pip install -U uv
uv sync --group dev --group test
pip install -e .
- name: "Builds and uploads to PyPI"
run: |
~/.local/share/pypoetry/venv/bin/poetry build
~/.local/share/pypoetry/venv/bin/poetry publish
uv build
uv publish
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.TOKEN_PYPI }}
UV_PUBLISH_TOKEN: ${{ secrets.TOKEN_PYPI }}