From d4c69d7adecb3dc6fd7a59d49cac20ca9153e848 Mon Sep 17 00:00:00 2001 From: Dean DeLongchamp Date: Tue, 10 Dec 2024 01:42:08 +0000 Subject: [PATCH] trying to fix this workflow dependence --- .github/workflows/publish-to-pypi.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 32025e9..fd9d2d3 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -2,10 +2,13 @@ name: Publish to PyPI on: workflow_run: - workflows: ["auto-versioning.yml"] # Name of the workflow that triggers this one + workflows: ["Automatic Versioning and Release"] # Name of the workflow that triggers this one types: - completed # Trigger only when `auto-versioning.yml` finishes successfully +permissions: + contents: write # Allow fetching and modifying repository content + jobs: build-and-publish: runs-on: ubuntu-latest