File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 - name : Set up uv
5656 uses : astral-sh/setup-uv@v7
5757 - name : Build PyPi package
58- if : github.ref == 'refs/heads/master'
5958 run : uv run maturin build --release --out dist
6059 - name : Publish PyPi package
61- if : github.ref == 'refs/heads/master'
6260 run : uv run maturin publish --username __token__ --password ${{ secrets.PYPI_TOKEN }}
6361
6462 linux :
@@ -180,7 +178,7 @@ jobs:
180178 uses : PyO3/maturin-action@v1
181179 with :
182180 target : ${{ matrix.platform.target }}
183- args : --release --out dist --find-interpreter
181+ args : --release --out dist
184182 sccache : false
185183 - name : Upload wheels
186184 uses : actions/upload-artifact@v5
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ radixtarget = "4.0"
1010serde = { version = " 1.0" , features = [" derive" ] }
1111serde_json = " 1.0"
1212tokio = { version = " 1" , features = [" full" ] }
13- reqwest = { version = " 0.12" , features = [" json" ] }
13+ reqwest = { version = " 0.12" , features = [" json" , " rustls-tls " ] }
1414pyo3 = { version = " 0.27" , features = [" auto-initialize" ], optional = true }
1515pyo3-async-runtimes = { version = " 0.27" , features = [" tokio-runtime" ], optional = true }
1616
You can’t perform that action at this time.
0 commit comments