Skip to content

Commit c5d5291

Browse files
committed
Use pypa's gh action for python publishing
1 parent 5fd8f18 commit c5d5291

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,4 @@ jobs:
199199
subject-path: 'wheels-*/*'
200200
- name: Publish to PyPI
201201
if: ${{ startsWith(github.ref, 'refs/tags/') }}
202-
uses: PyO3/maturin-action@v1
203-
env:
204-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
205-
with:
206-
command: upload
207-
args: --non-interactive --skip-existing wheels-*/*
202+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)