asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://asyrjasalo.github.io/RESTinstance
GNU Lesser General Public License v3.0
204 stars 84 forks source link

Restore sdists on pypi #127

Closed bollwyvl closed 2 years ago

bollwyvl commented 2 years ago

Thanks for RESTInstance! It looks like 1.3.0 added wheels, which are great for end users of PyPI, but not downstreams. Downstream at conda-forge we usually try to build from source tarballs, and that was working great for 1.2.0.

Would it be possible to upload an sdist for 1.3.0, or more importantly, ensure that becomes part of the future release process? For today, we can build from the github tarball, so no blocker, but it's nice to have things work in "the usual way."

Thanks again!

Atihinen commented 2 years ago

Hi! Thanks for the info. I'll look into this.

Atihinen commented 2 years ago

@bollwyvl can you now try with 1.3.0 version again if there are needed things in place?

bollwyvl commented 2 years ago

Looks great downstream, thanks!