Skip to content

Commit

Permalink
Merge branch 'main' into pg/run-build-wheels-workflow-on-its-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Nov 26, 2024
2 parents 06bba9d + 5f16a92 commit b1152be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_langsmith_pyo3_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ permissions:

env:
RUST_VERSION: '1.82' # Be careful, "stable" gets you "whatever GitHub ships", which is quite old.
SUPPORTED_PYTHON_VERSIONS: 'python3.8 python3.9 python3.10 python3.11 python3.12'
SUPPORTED_PYTHON_VERSIONS: 'python3.8 python3.9 python3.10 python3.11 python3.12 python3.13'
WORKING_DIRECTORY: rust/crates/langsmith-pyo3

jobs:
Expand Down Expand Up @@ -139,6 +139,8 @@ jobs:
platform:
- runner: macos-14
target: aarch64
- runner: macos-15
target: aarch64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -155,7 +157,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-macos-${{ matrix.platform.target }}
name: wheels-${{ matrix.platform.runner }}-${{ matrix.platform.target }}
path: ${{ env.WORKING_DIRECTORY }}/dist
if-no-files-found: error

Expand Down

0 comments on commit b1152be

Please sign in to comment.