Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit 6881132

Browse files
committed
Clean up
1 parent 3a4e48d commit 6881132

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Build and package python apps
22

3-
on:
4-
push:
5-
branches:
6-
main
3+
on: push
74

85
jobs:
96
build-mac:
@@ -72,8 +69,6 @@ jobs:
7269
- name: Log files
7370
run: |
7471
ls dist
75-
# ls dist/DIP
76-
# cd dist; zip -0 -r -y DIP.zip DIP
7772
7873
- name: Upload binaries to release
7974
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)