From 055882da9c4fd5e40d875a0c667d70f3aebfece0 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Mon, 20 Jan 2025 11:38:08 +0100 Subject: [PATCH] release: remove use of PYPI_TOKEN --- .github/workflows/release-linux.yml | 3 --- .github/workflows/release-osx-win.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/release-linux.yml b/.github/workflows/release-linux.yml index 8f8a252f7..c626dc3ee 100644 --- a/.github/workflows/release-linux.yml +++ b/.github/workflows/release-linux.yml @@ -68,9 +68,6 @@ jobs: if: | github.repository == 'Simple-Robotics/proxsuite' && (github.event_name == 'release' && github.event.action == 'published') - with: - user: __token__ - password: ${{ secrets.PYPI_TOKEN }} check: if: always() diff --git a/.github/workflows/release-osx-win.yml b/.github/workflows/release-osx-win.yml index c6c0204b1..febc4b136 100644 --- a/.github/workflows/release-osx-win.yml +++ b/.github/workflows/release-osx-win.yml @@ -100,9 +100,6 @@ jobs: if: | github.repository == 'Simple-Robotics/proxsuite' && (github.event_name == 'release' && github.event.action == 'published') - with: - user: __token__ - password: ${{ secrets.PYPI_TOKEN }} check: if: always()