Re: ENB: Distribution challenges

2024-03-21 Thread Edward K. Ream
On Wednesday, March 20, 2024 at 11:15:05 AM UTC-5 Edward K. Ream wrote: > This post will be pre-writing for a new info item. See #3837 : How to create pypi distributions. I'll update this item as necessary. The "workflow" section should

Re: ENB: Distribution challenges

2024-03-20 Thread Edward K. Ream
On Monday, March 18, 2024 at 4:43:22 PM UTC-5 Edward K. Ream wrote: This Engineering Notebook post briefly summarizes the challenges in distributing Leo on pypi. Here is an update and summary: - PR #3835 contains the latest code. - pypi

Re: ENB: Distribution challenges

2024-03-19 Thread Edward K. Ream
On Tue, Mar 19, 2024 at 9:03 AM Thomas Passin wrote: > > On Monday, March 18, 2024 at 5:43:22 PM UTC-4 Edward K. Ream wrote: > > *I would greatly appreciate help debugging either PR*. My *guess* is that > pyproject.toml needs only a tweak, but finding that tweak has not been > easy!!! > > At

Re: ENB: Distribution challenges

2024-03-19 Thread Thomas Passin
On Monday, March 18, 2024 at 5:43:22 PM UTC-4 Edward K. Ream wrote: This Engineering Notebook post briefly summarizes the challenges in distributing Leo on pypi. *I would greatly appreciate help debugging either PR*. My *guess* is that pyproject.toml needs only a tweak, but finding that

Re: ENB: Distribution challenges

2024-03-19 Thread Edward K. Ream
On Tue, Mar 19, 2024 at 5:05 AM Edward K. Ream wrote: > In this kind of challenging project, I look for small gains. Here are today's: And one more. Now that I can test locally, there is no need for a timestamp. Indeed, the .toml file will be different, so the overall hash will be different

Re: ENB: Distribution challenges

2024-03-19 Thread Edward K. Ream
On Monday, March 18, 2024 at 4:43:22 PM UTC-5 Edward K. Ream wrote: This Engineering Notebook post briefly summarizes the challenges in distributing Leo on pypi. In this kind of challenging project, I look for small gains. Here are today's: *Test locally* *Aha/Doh*: test my wheel file

ENB: Distribution challenges

2024-03-18 Thread Edward K. Ream
This Engineering Notebook post briefly summarizes the challenges in distributing Leo on pypi. PRs #3834 and #3835 (both drafts) contain the relevant code. *New security restrictions*