Skip to content

Commit 4beb63b

Browse files
fix
1 parent 78f0acf commit 4beb63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: python -m pip install --upgrade pip hatchling hatch-vcs
2929

3030
- name: Build wheel and sdist
31-
run: python -m pip install hatch && hatch build --outdir dist/
31+
run: python -m pip install hatch && hatch build dist/
3232

3333
- name: Store the distribution packages
3434
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)