grantjenks / py-tree-sitter-languages

Binary Python wheels for all tree sitter languages.
Other
116 stars 35 forks source link

missing wheel on PyPI for 1.10 macos ? #50

Closed Carreau closed 4 months ago

Carreau commented 4 months ago

Hi, thanks for working on this,

I saw your new release and was going to test it, though the mac (and win) wheels seem to be missing from PyPI.

They appear to have been built:

11 wheels produced in 25 minutes:
  tree_sitter_languages-1.10.0-cp310-cp310-macosx_10_9_x86_64.whl   8,677 kB
  tree_sitter_languages-1.10.0-cp310-cp310-macosx_11_0_arm64.whl    9,497 kB
  tree_sitter_languages-1.10.0-cp311-cp311-macosx_10_9_x86_64.whl   8,677 kB
  tree_sitter_languages-1.10.0-cp311-cp311-macosx_11_0_arm64.whl    9,497 kB
  tree_sitter_languages-1.10.0-cp312-cp312-macosx_10_9_x86_64.whl   8,677 kB
  tree_sitter_languages-1.10.0-cp312-cp312-macosx_11_0_arm64.whl    9,497 kB
  tree_sitter_languages-1.10.0-cp37-cp37m-macosx_10_9_x86_64.whl    8,678 kB
  tree_sitter_languages-1.10.0-cp38-cp38-macosx_10_9_x86_64.whl     8,677 kB
  tree_sitter_languages-1.10.0-cp38-cp38-macosx_11_0_arm64.whl      9,497 kB
  tree_sitter_languages-1.10.0-cp39-cp39-macosx_10_9_x86_64.whl     8,677 kB
  tree_sitter_languages-1.10.0-cp39-cp39-macosx_11_0_arm64.whl      9,497 kB

They should be uploaded:

Uploaded bytes 92188040
Finished uploading artifact content to blob storage!
SHA256 hash of uploaded artifact zip is d916a64be546c4a9a7d67ffb545ab266d3c1435f7133f7b001f663299882f80b
Finalizing artifact upload
Artifact wheelhouse.zip successfully finalized. Artifact ID 1204639748
Artifact wheelhouse has been successfully uploaded! Final size is 92188040 bytes. Artifact ID is 1204639748
Artifact download URL: https://github.com/grantjenks/py-tree-sitter-languages/actions/runs/7706777756/artifacts/1204639748

(though the link is dead)

but download artifact (https://github.com/grantjenks/py-tree-sitter-languages/actions/runs/7706777756/job/21009851542) seem to only see one artifact, and indeed wheelhouse.zip only have linux whl.

Maybe you know what chaged recently ?

Carreau commented 4 months ago

Nevermind, I see that this might be #47