Backport of v3.0.0 without breaking changes.

This commit is contained in:
Patrick Lehmann
2024-12-08 09:58:16 +01:00
parent 9338fbd106
commit 8661720172
21 changed files with 579 additions and 36 deletions

View File

@@ -57,10 +57,10 @@ jobs:
steps:
- name: 📥 Download artifacts '${{ inputs.artifact }}' from 'Package' job
uses: actions/download-artifact@v4
uses: pyTooling/download-artifact@v4
with:
name: ${{ inputs.artifact }}
path: dist/
path: dist
- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v5