File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 - uses : actions/checkout@v4
5757 with :
5858 ref : version-${{ needs.bump.outputs.version }}
59- - uses : PyO3/maturin-action@v1.46 .0
59+ - uses : PyO3/maturin-action@v1.47 .0
6060 with :
6161 target : ${{ matrix.target }}
6262 manylinux : auto
7878 ref : version-${{ needs.bump.outputs.version }}
7979 - name : Setup QEMU
8080 uses : docker/setup-qemu-action@v3
81- - uses : PyO3/maturin-action@v1.46 .0
81+ - uses : PyO3/maturin-action@v1.47 .0
8282 with :
8383 manylinux : auto
8484 command : build
9797 - uses : actions/checkout@v4
9898 with :
9999 ref : version-${{ needs.bump.outputs.version }}
100- - uses : PyO3/maturin-action@v1.46 .0
100+ - uses : PyO3/maturin-action@v1.47 .0
101101 with :
102102 command : build
103103 args : --release -o dist --find-interpreter
@@ -115,7 +115,7 @@ jobs:
115115 - uses : actions/checkout@v4
116116 with :
117117 ref : version-${{ needs.bump.outputs.version }}
118- - uses : PyO3/maturin-action@v1.46 .0
118+ - uses : PyO3/maturin-action@v1.47 .0
119119 with :
120120 command : build
121121 target : universal2-apple-darwin
@@ -137,7 +137,7 @@ jobs:
137137 pattern : wheels-*
138138 merge-multiple : true
139139 - name : Publish to PyPI
140- uses : PyO3/maturin-action@v1.46 .0
140+ uses : PyO3/maturin-action@v1.47 .0
141141 env :
142142 MATURIN_PYPI_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
143143 with :
You can’t perform that action at this time.
0 commit comments