Skip to content

Commit 5613d64

Browse files
committed
Reduced pyobj deps to the necessary pyobjc-framework-Cocoa and pyobjc-framework-Security
1 parent e365c38 commit 5613d64

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

.github/workflows/CD-pre-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- master
77
paths:
88
- '**.py'
9+
- '**.cfg'
10+
- '**.ini'
11+
- '**.toml'
912

1013
jobs:
1114
build-on-push:

.github/workflows/CD.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- 'v*'
77
paths:
88
- '**.py'
9+
- '**.cfg'
10+
- '**.ini'
11+
- '**.toml'
912

1013
jobs:
1114
release-on-push:

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
paths:
66
- '**.py'
7+
- '**.cfg'
8+
- '**.ini'
9+
- '**.toml'
10+
711

812

913
jobs:

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ packages = find:
2020
include_package_data = true
2121
python_requires = >=3.6
2222
install_requires =
23-
pyobjc >= 6.2.2
23+
pyobjc-framework-Security >= 6.2.2
24+
pyobjc-framework-Cocoa >= 6.2.2
2425
cryptography >= 3.1
2526
keyring >= 21.4.0
2627
setup_requires = setuptools_scm >= 4.1.2

0 commit comments

Comments
 (0)