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