Skip to content

Commit

Permalink
Remove maturin pypi token (#32344)
Browse files Browse the repository at this point in the history
Planning to use
https://www.maturin.rs/distribution#using-pypis-trusted-publishing

GitOrigin-RevId: 04d86b928c4f91d3f3dc047af9da41fedc92214b
  • Loading branch information
nipunn1313 authored and Convex, Inc. committed Dec 17, 2024
1 parent 34286ff commit 3056d06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-client-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ jobs:
- name: Publish to PyPI
if: ${{ startsWith(github.ref, 'refs/tags/convex-py/') }}
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit 3056d06

Please sign in to comment.