-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
Context
Trying to make a release and publish to pypi.
Expected Behavior
A release should be published to PyPi.
Actual Behavior
Run docker run test-debian-arm64:latest sh ./execute-test.sh "3.14"
WARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested
Executing for python version 3.14
ldd (Debian GLIBC 2.36-9+deb12u13) 2.36
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
Downloading cpython-3.14.2-linux-aarch64-gnu (download) (28.2MiB)
Downloaded cpython-3.14.2-linux-aarch64-gnu (download)
Installed Python 3.14.2 in 4.06s
+ cpython-3.14.2-linux-aarch64-gnu (python3.14)
Using CPython 3.14.2
Removed virtual environment at: .venv
Creating virtual environment at: .venv
error: Distribution `dotprompt-handlebars==0.1.1 @ registry+[https://pypi.org/simple`](https://pypi.org/simple%60) can't be installed because it doesn't have a source distribution or wheel for the current platform
hint: You're using CPython 3.14 (`cp314`), but `dotprompt-handlebars` (v0.1.1) only has wheels with the following Python ABI tags: `cp310`, `cp311`, `cp312`, `cp313`
Error: Process completed with exit code 2.
It's stuck on dotprompt 0.1.1 for some reason. Probably need to find the reference and update it.
See: https://github.com/google/dotprompt/actions/runs/20178859293/job/57936641621