From 3cee920e05436afd4f3eea067d56b8de7da7709f Mon Sep 17 00:00:00 2001 From: Mohammad Amin Tahavori <50955527+mohammadamint@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:57:49 +0100 Subject: [PATCH] Update python-pypi-test.yml try fix the issue with test-pypi --- .github/workflows/python-pypi-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/