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 32141b0 commit 86f097dCopy full SHA for 86f097d
.github/workflows/pypi_publish.yml
@@ -56,7 +56,7 @@ jobs:
56
VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)
57
echo $VERSION
58
rm -rf dist/
59
-# sed -i "s#resp = urllib.request.*#resp = urllib.request.urlopen(f\'https://pypi.org/pypi/{name}/json\')#g" setup.py
+ sed -i "s#resp = urllib.request.*#resp = urllib.request.urlopen(f\'https://pypi.org/pypi/{name}/json\')#g" setup.py
60
sed -i "s#version=.*#version=\"$VERSION\",#g" setup.py
61
python setup.py sdist bdist_wheel
62
twine upload dist/*
0 commit comments