question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publish tar.gz source archive to pypi

See original GitHub issue

I’m looking to leverage ray tune for my project at work. Due to legal requirement, my company asks researchers to submit package source archive on pypi to them so that they can review whether the content is banned by them or not.

Therefore I request maintainers to also upload a source archive to pypi. I believe when creating the whl format, an additional sdist argument would allow a tar.gz source archive. python setup.py sdist bdist_wheel for example. Then if you upload both tar.gz and whl to pypi at your release, it’d suffice my needs.

Thank you!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
richardliawcommented, Nov 22, 2019

cc @edoakes, who is managing the next release?

I’m going to tag this with 0.7.7 release, but feel free to remove.

0reactions
stale[bot]commented, Nov 13, 2021

Hi again! The issue will be closed because there has been no more activity in the 14 days since the last message.

Please feel free to reopen or open a new issue if you’d still like it to be addressed.

Again, you can always ask for help on our discussion forum or Ray’s public slack channel.

Thanks again for opening the issue!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Publish an Open-Source Python Package to PyPI
Prepare your Python package for publication; Handle versioning of your ... The .tar.gz file is your source archive, while the .whl file is ......
Read more >
Building and Uploading to PyPi - The Sheer Joy of Packaging!
By leveraging the setup.py script, setuptools can build a source distribution (a tar archive of all the files needed to build and install...
Read more >
How to Upload Your Python Package to PyPI and pip
If everything goes to plan should create a .tar.gz file under the newly created directory ... Step 6: Upload the source distribution on...
Read more >
How To Publish An Open-Source Python Package to PyPI?
A source archive comprises of your source code and other corresponding support files wrapped into one tar file. On the other hand, a...
Read more >
How to upload your python package to PyPi - Medium
The __init__.py file is used to mark which classes you want the user to access through the ... there is a link to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found