From e19eef2a7742a972a57bcbea4e8db733f51a6a07 Mon Sep 17 00:00:00 2001 From: Mathias BROUSSET Date: Tue, 12 May 2026 14:18:10 +0200 Subject: [PATCH] remove pypi token --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c10f8d..2e25480 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,5 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') with: package_name: ledgerblue - jfrog_deployment: true release: true publish: true - secrets: - pypi_token: ${{ secrets.PYPI_PUBLIC_API_TOKEN }}