Skip to content

Commit

Permalink
Move python build standalone data to fix #64
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Feb 1, 2024
1 parent 9d3892a commit cbaae1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/monotrail-utils/src/standalone_python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const PYTHON_STANDALONE_LATEST_RELEASE: (&str, &str) = (
/// zstd because it's 2.44% of the original json size.
/// Source: https://github.com/indygreg/python-build-standalone/releases/tag/20220502
const PYTHON_STANDALONE_KNOWN_GOOD_RELEASE: &[u8] =
include_bytes!("../../../resources/python_build_standalone_known_good_release.json.zst");
include_bytes!("../resources/python_build_standalone_known_good_release.json.zst");

#[derive(Deserialize)]
struct GitHubRelease {
Expand Down

0 comments on commit cbaae1f

Please sign in to comment.