gopy icon indicating copy to clipboard operation
gopy copied to clipboard

Build for Cross device usage - Pypi

Open ronflomin opened this issue 6 months ago • 0 comments

Hi, I am using Gopy and it works as expected on my Mac (using gopy pkg) I am building a wheel file using: python setup.py build python setup.py bdist_wheel

When trying to share the wheel file and use in on there Macs, it looks for local paths on my machine (python dylib)

Is there a best practice / recommendation on how to setup a process like that so I will be able eventually to push my package to pypi?

ronflomin avatar Jul 27 '25 12:07 ronflomin