Skip to content

Commit 3451549

Browse files
authored
Update pypi-publish.yml
update pull script for nvm in pypi publish.
1 parent d8eb382 commit 3451549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
- name: Setup Build Env
2222
run: |
23-
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | sh
23+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
2424
. ~/.nvm/nvm.sh
2525
nvm install 14.15.3
2626
nvm use 14.15.3

0 commit comments

Comments
 (0)