File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/*
Original file line number Diff line number Diff line change 11[package ]
22name = " rtree-capi"
3- version = " 2026.0.1 "
3+ version = " 2026.0.2 "
44edition = " 2021"
55
66[features ]
You can’t perform that action at this time.
0 commit comments