Skip to content

Commit d739278

Browse files
committed
fix: fix path syntax in build-python.yml
1 parent 3f9e944 commit d739278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Python
4848
uses: actions/setup-python@v5
4949
with:
50-
python-version-file: ".github\workflows\.python-version"
50+
python-version-file: ".github/workflows/.python-version"
5151

5252
- name: Run package build
5353
run: uvx nox -s build-python

0 commit comments

Comments
 (0)