1
0
Fork 0

Merging upstream version 0.12.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-19 06:34:27 +01:00
parent 5d6b077914
commit 8eb47b2cdd
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 41 additions and 10 deletions

View file

@ -3,10 +3,10 @@ name: "Tag & Release management"
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+$' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'v*.*.*'
jobs:
pypi:
name: Publish version to Pypi servers
name: Publish Python 🐍 distribution 📦 to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
@ -26,7 +26,7 @@ jobs:
run: |
python -m build
- name: Publish package to Pypi server
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
@ -118,7 +118,7 @@ jobs:
release-doc:
name: "Publish documentation for release ${{github.ref_name}}"
runs-on: ubuntu-latest
needs: [docker-in-docker]
needs: [docker_in_docker]
steps:
- uses: actions/checkout@v4
with: