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 a66f09b commit a49bfb4Copy full SHA for a49bfb4
src/serious_python/bin/package_command.dart
@@ -201,7 +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/")
+ extraPyPiIndexes.add("https://cfms-dev.github.io/platform-wheels/");
205
if (platform == "Pyodide") {
206
pyodidePyPiServer = await startSimpleServer();
207
extraPyPiIndexes.add(
0 commit comments