Skip to content

Commit 61b9f8f

Browse files
authored
Leo/fix ci (#4)
1 parent ac05a63 commit 61b9f8f

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ jobs:
1515
platform:
1616
- runner: ubuntu-22.04
1717
target: x86_64
18-
- runner: ubuntu-22.04
19-
target: x86
2018
- runner: ubuntu-22.04
2119
target: aarch64
22-
- runner: ubuntu-22.04
23-
target: armv7
2420
steps:
2521
- uses: actions/checkout@v6
2622
- uses: actions/setup-python@v4
@@ -83,19 +79,16 @@ jobs:
8379
permissions:
8480
id-token: write
8581
contents: write
86-
attestations: write
8782
steps:
8883
- uses: actions/download-artifact@v7
89-
- name: Generate artifact attestation
90-
uses: actions/attest-build-provenance@v3
9184
with:
92-
subject-path: 'wheels-*/*'
93-
- name: Install uv
94-
uses: astral-sh/setup-uv@v7
85+
name: dist
86+
path: dist/
87+
9588
- name: Publish to PyPI
9689
uses: pypa/gh-action-pypi-publish@release/v1
90+
9791
- name: Upload to GitHub release
9892
env:
9993
GH_TOKEN: ${{ github.token }}
100-
run: |
101-
gh release upload ${{ github.event.release.tag_name }} dist/*
94+
run: gh release upload ${{ github.event.release.tag_name }} dist/*

rtree-capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtree-capi"
3-
version = "2026.0.1"
3+
version = "2026.0.2"
44
edition = "2021"
55

66
[features]

0 commit comments

Comments
 (0)