question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publish the latest version to PyPi Repository

See original GitHub issue

Seems the 2.0 compatible modification hasn’t been published to PyPi.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mishbahrcommented, Feb 13, 2018

I’m so sorry. I’m on holiday right now…with no access to laptop etc… earliest I can do this next week when I’m back.

0reactions
mishbahrcommented, Feb 23, 2018

Latest version is now on PyPi. Thank you for your patience.

https://pypi.python.org/pypi/django-modeladmin-reorder/0.3

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Publish an Open-Source Python Package to PyPI
In this step-by-step tutorial, you'll learn how to create a Python package for your project and how to publish it to PyPI, the...
Read more >
How to publish a Python Package to PyPi | by Aveek Das
In this article, let us understand how to develop a python package and then publish it to PyPi for distribution. This is a...
Read more >
Updating a package on pypi
1: Update local packages for distribution · 2: Create distribution packages on your local machine, and check the dist/ directory for the new...
Read more >
Publish Package to PyPI and Release Version Automation ...
In the repository, create .github/workflows/release_to_pypi.yml file. ... Build and publish to PyPI runs-on: ubuntu-latest steps: - name: ...
Read more >
How to upload new versions of project to PyPI with twine?
twine upload --repository-url https://test.pypi.org/legacy/ dist/* reusing the previous package version. To fix this, try this: twine upload ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found