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()