Skip to content
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

Create package install directly twine #410

Closed
hildogjr opened this issue Oct 6, 2018 · 3 comments
Closed

Create package install directly twine #410

hildogjr opened this issue Oct 6, 2018 · 3 comments

Comments

@hildogjr
Copy link

hildogjr commented Oct 6, 2018

I am using
twine version 1.12.1 (pkginfo: 1.4.2, requests: 2.19.1, setuptools: 39.0.1,requests-toolbelt: 0.8.0, tqdm: 4.26.0)

since the steps to publish a package is always

$ python setup.py sdist bdist_wheel
$ twine upload --repository-url https://test.pypi.org/legacy/ dist/*
username: ...
password:

May be add a option to create the package directly by twine when used a setup.py file as input.

@sigmavirus24
Copy link
Member

python setup.py sdist bdist_wheel

Is not the only way to build a package for distribution via Twine. This may be most common, but we can't yet generalize that usage to every user of twine

@crwilcox
Copy link

crwilcox commented May 7, 2019

This seems to be covered by an older issue, #160

@di
Copy link
Sponsor Member

di commented Jul 23, 2019

Closing as a duplicate of #160.

@di di closed this as completed Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants