diff --git a/.github/workflows/python-pypi-test.yml b/.github/workflows/python-pypi-test.yml index 65df7566..066e006e 100644 --- a/.github/workflows/python-pypi-test.yml +++ b/.github/workflows/python-pypi-test.yml @@ -14,6 +14,9 @@ jobs: build_and_deploy: name: Build the release and deploy to test pypi runs-on: ubuntu-latest + permissions: + id-token: write + contents: read steps: - name: Checkout code uses: actions/checkout@master @@ -39,4 +42,4 @@ jobs: skip-existing: true verbose: true password: ${{ secrets.RAMP_TEST}} - repository-url: https://test.pypi.org/legacy/ \ No newline at end of file + repository-url: https://test.pypi.org/legacy/