Replies: 6 comments 2 replies
-
|
I worked some more on that topic and I'm able to provide a GitHub action which generates the wheels. The next step to do is to add these wheels to the package. Nothing more to do. |
Beta Was this translation helpful? Give feedback.
-
|
This would be great! Do you think you could create a PR with the github action? |
Beta Was this translation helpful? Give feedback.
-
|
Hi Kyle, I think after some really long hours to learn building wheels and uploading them myself I made it. Right now testing in a forked setup and PyPITest. But it looks good. Hopefully I could provide a solution for it. Some questions do arise:
Do you have some feedback already ? BTW: I would open the usage to python 3.9 as well. Are there any constraints about it ? |
Beta Was this translation helpful? Give feedback.
-
|
Hi Kyle, so far so good. I used sep==1.1.0rc1 in my application and build it. The installation on windows 10, macOS bigsur and Ubuntu 18.04 went fine, in all cases I see sep installed. The logs show that no compile was necessary. And finally: I tested the functions based on sep package: worked in all cases. I wonder if you could add the wheels on PyPI to an existing version, but you will find out. Please let me know if that worked adding it later. From my side. there is a go for it ! Michel BTW: If you would like to have a look to the app I build: https://github.com/mworion/MountWizzard4. I use sep for HFD and flux calculation (showing background is a nice to have). Finally I would like to implement a quick autofocus on the imaging side. |
Beta Was this translation helpful? Give feedback.
-
|
I released a new version |
Beta Was this translation helpful? Give feedback.
-
|
That was my guess. Thanks for the release, now I could move forward. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi a general idea:
For users installation is always a big hurdle for them. So I try to keep is as simple as possible. The ideal answer to that is to use packages which already supply wheels with precompiled binaries.
What I learned so far (as I test the installation with actions on GitHub, for all python versions (3.7 - 3.9) and for all supported OS (MacOS, Ubuntu, Windows), the wheels were built on GitHub successful.
Michel
Beta Was this translation helpful? Give feedback.
All reactions