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"
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 }}
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"
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