We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92f0c2 commit e91bc01Copy full SHA for e91bc01
.github/workflows/publish_to_pypi.yml
@@ -17,7 +17,7 @@ jobs:
17
branch: $BRANCH_NAME
18
os: ubuntu-22.04
19
python-versions: "[ '3.10' ]"
20
- uv-version: "[ '0.6.14' ]"
+ uv-versions: "[ '0.6.14' ]"
21
22
# now we run the publishing protocol
23
publish:
.github/workflows/publish_to_test_pypi.yml
@@ -16,7 +16,7 @@ jobs:
16
0 commit comments