We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9e944 commit d739278Copy full SHA for d739278
.github/workflows/build-python.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Set up Python
48
uses: actions/setup-python@v5
49
with:
50
- python-version-file: ".github\workflows\.python-version"
+ python-version-file: ".github/workflows/.python-version"
51
52
- name: Run package build
53
run: uvx nox -s build-python
0 commit comments