Skip to content

Commit 3056d06

Browse files
nipunn1313Convex, Inc.
authored and
Convex, Inc.
committed
Remove maturin pypi token (#32344)
Planning to use https://www.maturin.rs/distribution#using-pypis-trusted-publishing GitOrigin-RevId: 04d86b928c4f91d3f3dc047af9da41fedc92214b
1 parent 34286ff commit 3056d06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/python-client-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ jobs:
228228
- name: Publish to PyPI
229229
if: ${{ startsWith(github.ref, 'refs/tags/convex-py/') }}
230230
uses: PyO3/maturin-action@v1
231-
env:
232-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
233231
with:
234232
command: upload
235233
args: --non-interactive --skip-existing wheels-*/*

0 commit comments

Comments
 (0)