Skip to content

Commit 1d11597

Browse files
Stop tracking build artifacts in dist/
The committed 1.0.0 wheel/tarball were checked out by the publish workflow and re-uploaded alongside the freshly built 1.0.1 files, causing a '400 File already exists' failure on the stale 1.0.0 wheel. Untrack dist/ and gitignore it so only freshly built artifacts are published. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 9385ee0 commit 1d11597

4 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ testprojectJson/
5858
site/
5959

6060
.claude
61+
62+
# Build artifacts
63+
dist/

dist/.gitignore

Whitespace-only changes.
-111 KB
Binary file not shown.

dist/comcheck_api-1.0.0.tar.gz

-194 KB
Binary file not shown.

0 commit comments

Comments
 (0)