fix: change url
Signed-off-by: Frost Ming <me@frostming.com>
This commit is contained in:
parent
c287ac6f97
commit
3a293fd89a
2
dist/setup-pdm.js
vendored
2
dist/setup-pdm.js
vendored
@ -77608,7 +77608,7 @@ function handleMatchResult(matchedKey, primaryKey) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// src/setup-pdm.ts
|
// src/setup-pdm.ts
|
||||||
var INSTALL_SCRIPT_URL = "https://pdm.fming.dev/dev/install-pdm.py";
|
var INSTALL_SCRIPT_URL = "https://pdm.fming.dev/install-pdm.py";
|
||||||
function getPep582Path(installDir, pythonVersion) {
|
function getPep582Path(installDir, pythonVersion) {
|
||||||
const parsedVersion = (0, import_parse.default)(pythonVersion);
|
const parsedVersion = (0, import_parse.default)(pythonVersion);
|
||||||
if (IS_WINDOWS) {
|
if (IS_WINDOWS) {
|
||||||
|
@ -8,7 +8,7 @@ import semParse from 'semver/functions/parse';
|
|||||||
import * as utils from './utils';
|
import * as utils from './utils';
|
||||||
import { cacheDependencies } from './caches';
|
import { cacheDependencies } from './caches';
|
||||||
|
|
||||||
const INSTALL_SCRIPT_URL = 'https://pdm.fming.dev/dev/install-pdm.py';
|
const INSTALL_SCRIPT_URL = 'https://pdm.fming.dev/install-pdm.py';
|
||||||
interface InstallOutput {
|
interface InstallOutput {
|
||||||
pdm_version: string;
|
pdm_version: string;
|
||||||
pdm_bin: string;
|
pdm_bin: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user