Skip to content

Commit e7933bb

Browse files
committed
fix workflow and gitignore
1 parent d4728cb commit e7933bb

11 files changed

Lines changed: 8 additions & 5 deletions

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
target: x86_64-unknown-linux-gnu
2020
archive_ext: tar.gz
2121
binary_name: notioncli
22-
- os: macos-13
22+
- os: macos-latest
2323
target: x86_64-apple-darwin
2424
archive_ext: tar.gz
2525
binary_name: notioncli
26-
- os: macos-14
26+
- os: macos-latest
2727
target: aarch64-apple-darwin
2828
archive_ext: tar.gz
2929
binary_name: notioncli

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
target/
22
tmp/
3+
__pycache__/
4+
*.pyc
5+
*.pyo
36

47
.DS_Store
58
.vscode/
-5.88 KB
Binary file not shown.
-1.48 KB
Binary file not shown.
-13.3 KB
Binary file not shown.
-5.65 KB
Binary file not shown.
-12.8 KB
Binary file not shown.
-2.11 KB
Binary file not shown.
-27.6 KB
Binary file not shown.
-2.71 KB
Binary file not shown.

0 commit comments

Comments
 (0)