Skip to content

Commit 308bcc7

Browse files
committed
Use quotes more consistently
1 parent 6299f3a commit 308bcc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150

151151
environment:
152152
name: "release"
153-
url: https://pypi.org/project/zfec/
153+
url: "https://pypi.org/project/zfec/"
154154

155155
# This permission is mandatory for trusted publishing
156156
permissions:
@@ -185,7 +185,7 @@ jobs:
185185

186186
environment:
187187
name: "testpypi"
188-
url: https://test.pypi.org/project/zfec/
188+
url: "https://test.pypi.org/project/zfec/"
189189

190190
# This permission is mandatory for trusted publishing
191191
permissions:

0 commit comments

Comments
 (0)