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

Fix command to upload version to pypy #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

henriquebraga
Copy link
Collaborator

Description: Enables to update version to pypy using .pypirc file on home directory using make packaging.

Checklist:

  • Changelog

python setup.py sdist bdist_wheel upload -r pypi
rm -rf dist/*
python setup.py sdist bdist_wheel
twine upload dist/* -r pypicloud

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 What about change the pypi server name to a env-var ? ('cause this project is open source)


#### Fixed

* Command to upload version to pypy

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Command to upload version to pypy
* Command to upload version to pypi

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

Successfully merging this pull request may close these issues.

2 participants