Conversation
|
I need some help adding the command we use for building wheels. python setup.py sdist_wheel doesn't seem to work. |
|
I think this will need an update to: https://github.com/giovtorres/docker-centos7-slurm before it will work. |
|
I've already worked on improving the docker-centos7-slurm container setup a bit and adding one for 22.05 - I'll try to get the changes up this weekend as a PR. In regards to building: I wouldn't ship a prebuilt wheel right now. I would just upload the source distribution as tar.gz, by doing The User is expected to have a valid libslurm.so installed on the System where pyslurm should run (and potentially point the pyslurm installation to it if it is a custom slurm installation in a unusual path). When a user executes |
|
Great, thanks for the update. Agreed that we don't want to ship binary wheels. I for some reason thought there were source wheels but maybe there aren't, and it's just |
PYPI_API_TOKENsecret to allow the package publishing.