We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481a255 commit d22242dCopy full SHA for d22242d
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
CIBW_TEST_COMMAND: python -c "from pyobjus import autoclass, objc_str"
14
CIBW_TEST_SKIP: "*arm64*"
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Set up Python
19
uses: actions/setup-python@v5
.github/workflows/python-package.yml
@@ -22,7 +22,7 @@ jobs:
22
- "<3"
23
- ">=3"
24
25
26
27
- name: Set up Python ${{ matrix.python }}
28
0 commit comments