Update On Sun Nov 10 19:32:11 CET 2024

This commit is contained in:
github-action[bot]
2024-11-10 19:32:12 +01:00
parent 5a387216ee
commit 2b3bd5e54a
166 changed files with 8101 additions and 7329 deletions

View File

@@ -41,3 +41,20 @@ jobs:
actions: write # For cleaning up cache
id-token: write # mandatory for trusted publishing
secrets: inherit
publish_pypi:
needs: [release]
if: vars.NIGHTLY_PYPI_PROJECT != ''
runs-on: ubuntu-latest
permissions:
id-token: write # mandatory for trusted publishing
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: dist
name: build-pypi
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true