Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaselhans committed Oct 28, 2024
1 parent acaebdf commit 53e2916
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-versions: 'cp310-cp310 cp311-cp311 cp312-cp312'
build-requirements: 'mypy'
- name: Upload wheel
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: dist
path: dist
Expand All @@ -37,7 +37,7 @@ jobs:
if: startsWith(matrix.os, 'macos')
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13'
xcode-version: '14'
- name: python
uses: actions/setup-python@v4
with:
Expand All @@ -46,7 +46,7 @@ jobs:
run: |
pip wheel . --no-deps -w dist
- name: Upload wheel
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: dist
path: dist
Expand All @@ -58,7 +58,7 @@ jobs:
- name: checkout source code
uses: actions/checkout@v4
- name: Load artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: dist
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: startsWith(matrix.os, 'macos')
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13'
xcode-version: '14'
- uses: actions/checkout@v4
with:
submodules: 'true'
Expand Down

0 comments on commit 53e2916

Please sign in to comment.