Skip to content

Commit 96a1e0a

Browse files
publish go
1 parent fb164dc commit 96a1e0a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@ jobs:
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ radixtarget = "4.0"
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = "1.0"
1212
tokio = { version = "1", features = ["full"] }
13-
reqwest = { version = "0.12", features = ["json"] }
13+
reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
1414
pyo3 = { version = "0.27", features = ["auto-initialize"], optional = true }
1515
pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"], optional = true }
1616

0 commit comments

Comments
 (0)