Skip to content

Commit f978bdf

Browse files
committed
c
1 parent 0829e86 commit f978bdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
uses: stefanzweifel/git-auto-commit-action@v4
3535
with:
3636
commit_message: "build: add distribution files"
37-
# file_pattern: "dist/*"
37+
file_pattern: "dist/*"
3838
add_options: "--force"

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ckpt/
3333
.Python
3434
build/
3535
develop-eggs/
36-
dist/
36+
# dist/
3737
downloads/
3838
eggs/
3939
.eggs/

0 commit comments

Comments
 (0)