Skip to content

Commit df06fb1

Browse files
Fix output directory flag in uv build command
Confirmed it works locally still
1 parent e317201 commit df06fb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

da_build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
shell: bash
3939

4040
- name: Build a binary wheel and a source tarball
41-
run: uv build --sdist --wheel --outdir dist/
41+
run: uv build --sdist --wheel --out-dir dist/
4242
shell: bash
4343

4444
- name: Run YAML Checker
@@ -97,4 +97,4 @@ runs:
9797
escaped="${escaped//$'\n'/'%0A'}"
9898
echo "::warning title=URL checker::$escaped"
9999
fi
100-
shell: bash
100+
shell: bash

0 commit comments

Comments
 (0)