From ea15bed2843e06620247c9959b3cc1c94142f633 Mon Sep 17 00:00:00 2001 From: Luis Iturrios Date: Tue, 3 Jun 2025 23:12:32 -0700 Subject: [PATCH] fix actions --- .github/workflows/continuous_deployment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous_deployment.yml b/.github/workflows/continuous_deployment.yml index a52f566..876fe7d 100644 --- a/.github/workflows/continuous_deployment.yml +++ b/.github/workflows/continuous_deployment.yml @@ -5,7 +5,8 @@ on: # Sequence of patterns matched against refs/tags tags: - v[0-9]+.[0-9]+.* # add .* to allow dev releases - +permissions: + id-token: write jobs: deploy: name: pipenv PyPI Upload