Skip to content

Commit

Permalink
fix: bump gh-action-pypi-publish version
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Dec 9, 2024
1 parent 889fb82 commit 89fb9cc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip install pkginfo==1.12.0
- uses: PyO3/maturin-action@v1
with:
working-directory: "python"
Expand All @@ -51,8 +49,6 @@ jobs:
target: [ x86_64, aarch64 ]
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip install pkginfo==1.12.0
- uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
Expand All @@ -73,8 +69,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip install pkginfo==1.12.0
- uses: PyO3/maturin-action@v1
with:
working-directory: "python"
Expand All @@ -90,8 +84,6 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip install pkginfo==1.12.0
- uses: PyO3/maturin-action@v1
with:
working-directory: "python"
Expand All @@ -117,10 +109,8 @@ jobs:
with:
name: wheels
path: python/dist
- name: Install dependencies
run: pip install pkginfo==1.12.0
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@cbd6d01
with:
password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true
Expand Down

0 comments on commit 89fb9cc

Please sign in to comment.