-
-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some release archves where missing critical wheels. The solution was to: 1. ensure that we have effectively missing wheels published and made available from our PyPI repo when building a release 2. Improve the fetch_thirdparty script to fall back on fetching a source distribution when no wheel is found. Fail loudly if neither a wheel not an sdist is found. 3. Ensure that some source-only packages are always included as sources Signed-off-by: Philippe Ombredanne <[email protected]>
- Loading branch information
1 parent
b69e6b6
commit 89246dc
Showing
2 changed files
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ lxml==4.9.1 | |
MarkupSafe==2.1.1 | ||
pyahocorasick==2.0.0b1 | ||
PyYAML==6.0 | ||
libfwsi-python==20220123 |