We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ba074 commit 320f809Copy full SHA for 320f809
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Build distribution packages
47
run: |
48
- uv build --package ${{ matrix.package }}
+ uv build --no-create-gitignore --package ${{ matrix.package }}
49
ls -lah dist/
50
51
docker:
.github/workflows/release-package.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
- name: Publish to PyPI
0 commit comments