Skip to content

Commit ddebfac

Browse files
committed
Quoting url in workflow for github comment
1 parent eb070cf commit ddebfac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "socketdev"
7-
version = "3.0.12"
7+
version = "3.0.13"
88
requires-python = ">= 3.9"
99
dependencies = [
1010
'requests',

socketdev/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.12"
1+
__version__ = "3.0.13"

0 commit comments

Comments
 (0)