diff --git a/kiara_plugin.{{ cookiecutter.project_slug }}/.github/workflows/build-linux.yaml b/kiara_plugin.{{ cookiecutter.project_slug }}/.github/workflows/build-linux.yaml index 83bda5b..afe38a8 100644 --- a/kiara_plugin.{{ cookiecutter.project_slug }}/.github/workflows/build-linux.yaml +++ b/kiara_plugin.{{ cookiecutter.project_slug }}/.github/workflows/build-linux.yaml @@ -134,6 +134,7 @@ jobs: runs-on: ubuntu-latest needs: - build_python_package + - build_conda_package permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: