Merging upstream version 1.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8d543389aa
commit
a3d0cc5ebd
1005 changed files with 9469 additions and 1830 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: build
|
||||
run: |
|
||||
scripts/build.sh coverage
|
||||
- uses: codecov/codecov-action@v4
|
||||
- uses: codecov/codecov-action@v5
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
fail_ci_if_error: true
|
||||
|
|
4
.github/workflows/release-python.yml
vendored
4
.github/workflows/release-python.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
path: dist
|
||||
|
||||
- name: Publish package to TestPyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1.5
|
||||
uses: pypa/gh-action-pypi-publish@release/v1.12
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||
|
@ -66,7 +66,7 @@ jobs:
|
|||
name: artifact
|
||||
path: dist
|
||||
- name: Publish package to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1.5
|
||||
uses: pypa/gh-action-pypi-publish@release/v1.12
|
||||
if: steps.check-tag.outputs.match == 'true'
|
||||
with:
|
||||
user: __token__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue