Skip to content

Commit 86f097d

Browse files
committed
修改yaml语法错误
Change-Id: I21135705466754ebd876e8be671c5e10093c1158
1 parent 32141b0 commit 86f097d

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
@@ -56,7 +56,7 @@ jobs:
5656
VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)
5757
echo $VERSION
5858
rm -rf dist/
59-
# sed -i "s#resp = urllib.request.*#resp = urllib.request.urlopen(f\'https://pypi.org/pypi/{name}/json\')#g" setup.py
59+
sed -i "s#resp = urllib.request.*#resp = urllib.request.urlopen(f\'https://pypi.org/pypi/{name}/json\')#g" setup.py
6060
sed -i "s#version=.*#version=\"$VERSION\",#g" setup.py
6161
python setup.py sdist bdist_wheel
6262
twine upload dist/*

0 commit comments

Comments
 (0)