EelcoHoogendoorn / Numpy_arraysetops_EP

Numpy group_by and set-operations
MIT License
207 stars 18 forks source link

Release 0.3.5 to pypi #5

Closed Korijn closed 6 years ago

Korijn commented 6 years ago

I don't have permission to upload the new universal wheel to pypi. Can @EelcoHoogendoorn perhaps give me the rights to do it? Otherwise I can provide you with a build over email... alternatively, here is how to build:

First install pipenv with pip install pipenv --upgrade. Then setup your virtualenv with pipenv install --dev. Finally, build your wheel with pipenv run python setup.py bdist_wheel. It should be in the dist folder, ready to be uploaded to pypi.

EelcoHoogendoorn commented 6 years ago

Sure, I can add you as a maintainer to the pypi page; what is your pypi user name?

Korijn commented 6 years ago

https://pypi.org/user/Korijn/

Thanks!

EelcoHoogendoorn commented 6 years ago

You should be added now!

Korijn commented 6 years ago

v0.3.5 is available on PyPI and also on conda-forge now.