Skip to content

Commit 320f809

Browse files
committed
chore: Avoid dist/.gitignore on build in CI
1 parent 49ba074 commit 320f809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Build distribution packages
4747
run: |
48-
uv build --package ${{ matrix.package }}
48+
uv build --no-create-gitignore --package ${{ matrix.package }}
4949
ls -lah dist/
5050
5151
docker:

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Build distribution packages
3535
run: |
36-
uv build --package ${{ matrix.package }}
36+
uv build --no-create-gitignore --package ${{ matrix.package }}
3737
ls -lah dist/
3838
3939
- name: Publish to PyPI

0 commit comments

Comments
 (0)