File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 VERSION : ${{ env.VERSION }}
119119 run : |
120120 for i in {1..30}; do
121- if pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketdev==${VERSION}; then
121+ if pip install --index-url ' https://test.pypi.org/simple/' --extra-index-url ' https://pypi.org/simple' socketdev==${VERSION}; then
122122 echo "Package ${VERSION} is now available and installable on Test PyPI"
123123 pip uninstall -y socketdev
124124 echo "success=true" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " socketdev"
7- version = " 3.0.12 "
7+ version = " 3.0.13 "
88requires-python = " >= 3.9"
99dependencies = [
1010 ' requests' ,
Original file line number Diff line number Diff line change 1- __version__ = "3.0.12 "
1+ __version__ = "3.0.13 "
You can’t perform that action at this time.
0 commit comments