12 - ".github/workflows/build.yml"
20 if: vars.BUILD_MASTER != ''
21 uses: ./.github/workflows/release.yml
27 packages: write # For package cache
28 actions: write # For cleaning up cache
29 id-token: write # mandatory for trusted publishing
34 if: vars.MASTER_PYPI_PROJECT != ''
35 runs-on: ubuntu-latest
37 id-token: write # mandatory for trusted publishing
39 - name: Download artifacts
40 uses: actions/download-artifact@v4
44 - name: Publish to PyPI
45 uses: pypa/gh-action-pypi-publish@release/v1