Skip to content

Commit e91bc01

Browse files
author
spencer@primus
committed
Fix versions typo
1 parent c92f0c2 commit e91bc01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
branch: $BRANCH_NAME
1818
os: ubuntu-22.04
1919
python-versions: "[ '3.10' ]"
20-
uv-version: "[ '0.6.14' ]"
20+
uv-versions: "[ '0.6.14' ]"
2121

2222
# now we run the publishing protocol
2323
publish:

.github/workflows/publish_to_test_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
branch: $BRANCH_NAME
1717
os: ubuntu-22.04
1818
python-versions: "[ '3.10' ]"
19-
uv-version: "[ '0.6.14' ]"
19+
uv-versions: "[ '0.6.14' ]"
2020

2121
# now we run the publishing protocol
2222
publish:

0 commit comments

Comments
 (0)