Closed jonathf closed 9 months ago
FWIW, the doctest failure makes sense, we recently added different data to Valhalla which makes the durations quite a bit longer.
Yeah, I doubted that had anything to do with this patch. I am rerunning the a new tag on current main to see if the Windows failure are connected.
Nils, you added the 3.12 restriction. Do you remember why, and if we can expect it to resolve it self now that 3.12 is out stable?
Yeah I’m pretty sure that was only because it wasn’t release yet, but it was built by default. In fact I think 3.12 introduced ABI stability in between minor versions, so in uhh, 5 years from now (?) we can stop building all of them;)
@jcoupey, we have a small issue.
PyPI which hosts all python packages have started to require deploy tokens for publishing. I don't seem to have the rights to add Github secrets to so we can use it with Github actions.
We have a few options I think:
@jonathf option 2 sounds like the easiest one here.
Sure. How would you like the token sent over?
You can use the contact email on http://vroom-project.org.
Done. The secrets variable (likely moved when pyvroom joined vroom-project) is pypi_password
. Feel free to override it with the new token.
Merging #102 (05fcd5b) into main (d313bbe) will not change coverage. The diff coverage is
n/a
.
Thanks, just updated the pypi_password
secret with the token you sent. Let me know if there is anything else required.
Looks like it works as intended. Thanks for the quick assist @jcoupey!
Solves #101.