Skip to content

Commit c5c2d09

Browse files
committed
GitHub Actions: do not upload .gitignore file generated by uv
1 parent d735f27 commit c5c2d09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uv venv venv-test
2828
. venv-test/bin/activate
2929
uv build --wheel --sdist
30+
rm dist/.gitignore
3031
3132
- name: Attest build provenance
3233
uses: actions/attest-build-provenance@v1

0 commit comments

Comments
 (0)