Skip to content

Commit ab5612b

Browse files
Update .github/workflows/publish-to-testpypi.yaml
Co-authored-by: Copilot <[email protected]>
1 parent aade414 commit ab5612b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-testpypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Get latest version number from test.pypi.org
4343
CURRENT_VERSION_NUMBER=$(pip index versions --pre --index-url https://test.pypi.org/simple seclab-taskflow-agent | sed 's/[^(]*[(]\([^)]*\)[)].*/\1/' | head -n 1)
4444
# Set version number to match test.pypi.org
45-
hatch version $CURRENT_VERSION_NUMBER || echo TestPyPI is behind current version
45+
hatch version "$CURRENT_VERSION_NUMBER" || echo TestPyPI is behind current version
4646
# Bump version number
4747
hatch version a
4848
# Create a name for the release

0 commit comments

Comments
 (0)