Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/build-dracopy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ permissions:
contents: read # to fetch code (actions/checkout)

env:
# Upstream never tagged the 2.1.0 release; e6b3449 is master's tip, proven
# byte-identical to the PyPI 2.1.0 sdist. Move together.
DRACOPY_REF: e6b344903e58cc0f080675c652b6ea9bd2d72462
MANYLINUX_RISCV64_IMAGE: quay.io/pypa/manylinux_2_39_riscv64

jobs:
Expand Down Expand Up @@ -64,7 +67,7 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: seung-lab/DracoPy
ref: ${{ env.DRACOPY_VERSION }}
ref: ${{ env.DRACOPY_REF }}
# Google's Draco mesh compression library is a submodule and is
# statically linked (libdraco.a) into the DracoPy extension.
submodules: recursive
Expand Down
1 change: 1 addition & 0 deletions docs/packages/dracopy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ versions:
sha256: 0bfeeed4206957389cbc6d94e0e61f943626250d5ba5658fa24bcef031979e2a
- filename: dracopy-2.0.0-cp314-cp314t-manylinux_2_39_riscv64.whl
sha256: 1695a36c10257687453098a7459b09c703bf4126c6f24c8d1eed5aec0b324c31
- version: 2.1.0
Loading