You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whl distributed by PyPI (downloaded and installed with Pip) includes old versions of this project's source which are extracted into site-packages. These include:
the entire opustools_pkg directory, which dates back to v0.0.50 (plus some filter files dating back even further)
several files in the opustools directory which have been deleted between v0.0.50 and the current v1.2.1
This seems to be because the automated wheel build is adding the latest files to an existing wheel archive, rather than creating a fresh one.
This could cause confusion if users run import opustools_pkg instead of import opustools and get an outdated version of the library, in particular one that doesn't match with the shell scripts added to PATH.
The text was updated successfully, but these errors were encountered:
The whl distributed by PyPI (downloaded and installed with Pip) includes old versions of this project's source which are extracted into site-packages. These include:
This seems to be because the automated wheel build is adding the latest files to an existing wheel archive, rather than creating a fresh one.
This could cause confusion if users run
import opustools_pkg
instead ofimport opustools
and get an outdated version of the library, in particular one that doesn't match with the shell scripts added to PATH.The text was updated successfully, but these errors were encountered: