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

Add pip install #2

Open
Leguark opened this issue Mar 20, 2020 · 0 comments
Open

Add pip install #2

Leguark opened this issue Mar 20, 2020 · 0 comments
Assignees

Comments

@Leguark
Copy link

Leguark commented Mar 20, 2020

set version number in setup.py, both for version and in download_url, also in the config file of the documentation

version='X.X',
download_url='https://github.com/cgre-aachen/gempy/archive/X.X.tar.gz',

add new tag

$ git tag X.X -m "Add X.X tag for PyPI"

push git tag

$ git push --tags origin master

upload newest version to PyPi

First create the dist

python3 setup.py sdist bdist_wheel

Second upload the distributions

twine upload dist/*

@Leguark Leguark self-assigned this Mar 20, 2020
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

1 participant