Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Nov 28, 2024
1 parent 4cb4ce0 commit 49dc2be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
strategy:
matrix:
config: [
# {os: ubuntu-latest, python-version: "3.8"},
# {os: ubuntu-latest, python-version: "3.9"},
# {os: ubuntu-latest, python-version: "3.10"},
# {os: ubuntu-latest, python-version: "3.11"},
{os: ubuntu-latest, python-version: "3.8"},
{os: ubuntu-latest, python-version: "3.9"},
{os: ubuntu-latest, python-version: "3.10"},
{os: ubuntu-latest, python-version: "3.11"},
{os: ubuntu-latest, python-version: "3.12"},
]
env:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Upload wheel files as artifacts
uses: actions/upload-artifact@v4
with:
name: limap-${{ matrix.config.os }}-${{ matrix.config.arch }}-cp${{ matrix.python-version }}
name: limap-${{ matrix.config.os }}-${{ matrix.config.arch }}-cp${{ matrix.config.python-version }}
path: dist/*.whl

pypi-publish:
Expand Down

0 comments on commit 49dc2be

Please sign in to comment.