Skip to content

Commit 89fb9cc

Browse files
committed
fix: bump gh-action-pypi-publish version
Signed-off-by: zongz <[email protected]>
1 parent 889fb82 commit 89fb9cc

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4
34-
- name: Install dependencies
35-
run: pip install pkginfo==1.12.0
3634
- uses: PyO3/maturin-action@v1
3735
with:
3836
working-directory: "python"
@@ -51,8 +49,6 @@ jobs:
5149
target: [ x86_64, aarch64 ]
5250
steps:
5351
- uses: actions/checkout@v4
54-
- name: Install dependencies
55-
run: pip install pkginfo==1.12.0
5652
- uses: PyO3/maturin-action@v1
5753
with:
5854
target: ${{ matrix.target }}
@@ -73,8 +69,6 @@ jobs:
7369
runs-on: windows-latest
7470
steps:
7571
- uses: actions/checkout@v4
76-
- name: Install dependencies
77-
run: pip install pkginfo==1.12.0
7872
- uses: PyO3/maturin-action@v1
7973
with:
8074
working-directory: "python"
@@ -90,8 +84,6 @@ jobs:
9084
runs-on: macos-latest
9185
steps:
9286
- uses: actions/checkout@v4
93-
- name: Install dependencies
94-
run: pip install pkginfo==1.12.0
9587
- uses: PyO3/maturin-action@v1
9688
with:
9789
working-directory: "python"
@@ -117,10 +109,8 @@ jobs:
117109
with:
118110
name: wheels
119111
path: python/dist
120-
- name: Install dependencies
121-
run: pip install pkginfo==1.12.0
122112
- name: Publish to PyPI
123-
uses: pypa/gh-action-pypi-publish@release/v1
113+
uses: pypa/gh-action-pypi-publish@cbd6d01
124114
with:
125115
password: ${{ secrets.PYPI_API_TOKEN }}
126116
skip-existing: true

0 commit comments

Comments
 (0)