We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8645f37 commit a66f09bCopy full SHA for a66f09b
src/serious_python/bin/package_command.dart
@@ -201,6 +201,7 @@ class PackageCommand extends Command {
201
202
// Extra indexs
203
List<String> extraPyPiIndexes = [mobilePyPiUrl];
204
+ extraPyPiIndexes.add("https://cfms-dev.github.io/platform-wheels/")
205
if (platform == "Pyodide") {
206
pyodidePyPiServer = await startSimpleServer();
207
extraPyPiIndexes.add(
0 commit comments