Skip to content

Commit 055882d

Browse files
committed
release: remove use of PYPI_TOKEN
1 parent 26469b4 commit 055882d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/release-linux.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ jobs:
6868
if: |
6969
github.repository == 'Simple-Robotics/proxsuite' &&
7070
(github.event_name == 'release' && github.event.action == 'published')
71-
with:
72-
user: __token__
73-
password: ${{ secrets.PYPI_TOKEN }}
7471
7572
check:
7673
if: always()

.github/workflows/release-osx-win.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ jobs:
100100
if: |
101101
github.repository == 'Simple-Robotics/proxsuite' &&
102102
(github.event_name == 'release' && github.event.action == 'published')
103-
with:
104-
user: __token__
105-
password: ${{ secrets.PYPI_TOKEN }}
106103
107104
check:
108105
if: always()

0 commit comments

Comments
 (0)