Skip to content

Commit

Permalink
More github actions changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvdijk committed Jan 11, 2023
1 parent a25b916 commit 883afd0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/publish-pypa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python: ['3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
name: Install Python
with:
python-version: ${{ matrix.python }}

- name: Build wheels
uses: joerick/cibuildwheel@v1.9.0
uses: pypa/cibuildwheel@v2.11.4

- uses: actions/upload-artifact@v3
with:
Expand All @@ -38,7 +32,7 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: '3.9'
python-version: '3.11'

- name: Build sdist
run: python setup.py sdist
Expand Down

0 comments on commit 883afd0

Please sign in to comment.