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

No wheel released in PyPi repo #1

Closed
ankostis opened this issue May 3, 2017 · 1 comment
Closed

No wheel released in PyPi repo #1

ankostis opened this issue May 3, 2017 · 1 comment
Assignees
Labels

Comments

@ankostis
Copy link

ankostis commented May 3, 2017

Currently no wheel has been published in PyPi repo - only sources.
What you have been using to rlease your projects is outdated!

Always use these commands when releasing a project:

python setup.py sdist bdist_wheel ## Build sources and whl into ./dist/ dir
twine upload dist/*                ## Release built wheel
@ankostis ankostis changed the title No wheel released in PyPi repo #6 No wheel released in PyPi repo May 3, 2017
@vinci1it2000
Copy link
Owner

@vinci1it2000 vinci1it2000 self-assigned this May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants