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
For this use case, the goal is to build a fully self-contained archive, one for each combination of OS and Python version, that contains all the third-party wheels and/or tarballs such that it can be installed with only Python required before hand.
The OSses are win32, win64, linux64 and macos64.
The Python versions are Python 3.6, 3.7, 3.8 and later newer versions
As a side nice-to-have we could automate automate:
the upload of the tarballs or zip to the GitHub release page for that scancode version
the upload of the ScanCode wheel to Pypi
A super nice bonus would be to have an installer at least for Windows that would also contain Python, fully self-contained.
The text was updated successfully, but these errors were encountered:
This supported alright. Closing
We now publish Python/OS combos release archives for a matrix of linux/windows/macos x 3.6 to 3.9
Next steps would be installers tracked in #1703
For this use case, the goal is to build a fully self-contained archive, one for each combination of OS and Python version, that contains all the third-party wheels and/or tarballs such that it can be installed with only Python required before hand.
The OSses are win32, win64, linux64 and macos64.
The Python versions are Python 3.6, 3.7, 3.8 and later newer versions
As a side nice-to-have we could automate automate:
A super nice bonus would be to have an installer at least for Windows that would also contain Python, fully self-contained.
The text was updated successfully, but these errors were encountered: