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

Upload wheels to PyPI #382

Closed
johnthagen opened this issue Jan 19, 2021 · 3 comments
Closed

Upload wheels to PyPI #382

johnthagen opened this issue Jan 19, 2021 · 3 comments

Comments

@johnthagen
Copy link
Contributor

Wheels (.whl) for this package are currently missing from PyPI. Could wheels be uploaded for the current and future releases?

Read more about the advantages of wheels to understand why generating wheel distributions are important.

To create a wheel along with source distribution:

(venv) $ pip install --upgrade pip setuptools wheel
(venv) $ python setup.py sdist bdist_wheel

# See dist/*.whl

To upload wheels:

(venv) $ pip install twine
(venv) $ twine upload dist/*
@u3556490
Copy link

Talking about PyPI, I noticed that the package code on PyPI appears to be outdated. I suppose it would be most suitable to report it here as a comment to another PyPI-related issue. The details of this problem is as follows:

When one downloads the package files from PyPI (here) and extracts them, it appears that the Django app code is still in 3.1.5 (e.g. dbbackup/management/commands/dbbackup.py still lacks the -x option). Note that dbbackup\__init__.py claims otherwise: it says the version is 3.3.0. When installed via pip, pip would report the version as 3.3.0, but when the app gets registered to a Django project, the version is reported to be 3.1.5 when python manage.py dbbackup --version is run.

I suppose the community would be very grateful if the package files on PyPI could be updated soon.

@johnthagen
Copy link
Contributor Author

@jonathan-s Is this something you are able to look into? Not sure who exactly has PyPI permissions.

@johnthagen
Copy link
Contributor Author

Closed in #412

Wheels exist in 4.0.0b0: https://pypi.org/project/django-dbbackup/4.0.0b0/#files

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

2 participants