We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0829e86 commit f978bdfCopy full SHA for f978bdf
2 files changed
.github/workflows/release-build.yml
@@ -34,5 +34,5 @@ jobs:
34
uses: stefanzweifel/git-auto-commit-action@v4
35
with:
36
commit_message: "build: add distribution files"
37
- # file_pattern: "dist/*"
+ file_pattern: "dist/*"
38
add_options: "--force"
.gitignore
@@ -33,7 +33,7 @@ ckpt/
33
.Python
build/
develop-eggs/
-dist/
+# dist/
downloads/
eggs/
39
.eggs/
0 commit comments