From e80484f66e8b9d12ba1b62aceb7a4c466f8d0ed3 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Mon, 7 Jul 2025 13:12:50 +0100 Subject: [PATCH] Remove PyPI token for releasing packages We've revoked any API tokens from the DAG Factory repository, as we are now leveraging Trusted Publisher Management. --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 9ac7bef3..f6c9175e 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -303,4 +303,4 @@ jobs: - name: Verify Git Tag and package version run: python3 ./scripts/verify_tag_and_version.py - run: uv build --wheel --sdist - - run: uv publish --token ${{ secrets.PYPI_TOKEN }} + - run: uv publish