Merging upstream version 0.19.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
61e6dccee9
commit
2efee3d3ab
111 changed files with 2058 additions and 1676 deletions
14
.github/workflows/github-release.yml
vendored
Normal file
14
.github/workflows/github-release.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: Github Release Publish
|
||||
run-name: "Github Release Publish (tag=${{github.ref_name}})"
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
publish-release:
|
||||
uses: ./.github/workflows/publish-release.yml
|
||||
secrets: inherit # pass all secrets (required to access secrets in a called workflow)
|
||||
with:
|
||||
pypi_target: "pypi.org"
|
||||
repo_release_ref: ${{ github.ref_name }}
|
Loading…
Add table
Add a link
Reference in a new issue