-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing tarball on Pypi #60
Comments
I second this. |
FYI, the github one won't work because of |
To clarify to someone who isn’t big on github nor PyPi. A PR is a
problem report (known as “issue” in github)?
Would you like one filed in github or PyPi?
Or did I incorrectly grok the meaning of PR?
Risner
…On 1 Jun 2021, at 2:13, Richard Kiss wrote:
FYI, the github one won't work because of `setuptools_scm`... some
extra stuff in this package needs to be run so it can tell the sdist
its version number. A PR to tweak a `.github` build file to also build
& upload the `sdist` would be most welcome.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#60 (comment)
|
Sorry, in this context "PR" means "pull request". It's passive-aggressive github way of asking you to fix a problem we caused. :) (Sort of half-kidding here.) |
Roger, thanks for the explanation. I'm afraid that's not yet in my skills. I'm not sure how to use setuptools_scm, what a .github build or sdist is. Maybe someone else reading can help us with this issue. |
Same on latest version. Any updates on the tarball? warning: Downloading https://pypi.io/packages/source/c/clvm_tools/clvm_tools-0.4.9.tar.gz ... |
I am trying to build an RPM from this but see no tar.gz file on pypi. Can you please upload the source tarball to pypi ?
warning: Downloading https://pypi.io/packages/source/c/clvm_tools/clvm_tools-0.4.3.tar.gz
curl: (22) The requested URL returned error: 404
error: Couldn't download https://pypi.io/packages/source/c/clvm_tools/clvm_tools-0.4.3.tar.gz
https://pypi.org/project/clvm-tools/#files only shows a .whl file.
$python3 setup.py --help-commands | grep sdist
sdist create a source distribution (tarball, zip file, etc.)
so if you can first generate this sdist tar ball then upload it
The text was updated successfully, but these errors were encountered: