diff --git a/.github/workflows/continuous_deployment.yml b/.github/workflows/continuous_deployment.yml index 876fe7d..9371b73 100644 --- a/.github/workflows/continuous_deployment.yml +++ b/.github/workflows/continuous_deployment.yml @@ -7,6 +7,8 @@ on: - v[0-9]+.[0-9]+.* # add .* to allow dev releases permissions: id-token: write + packages: write + contents: write jobs: deploy: name: pipenv PyPI Upload