Skip to content

Commit

Permalink
restore version, remove windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed May 11, 2024
1 parent 594e440 commit 54cf63c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Build distribution
run: |
export RELEASE_VERSION=${{ github.ref_name }}
pip install numpy cython
pipx run build --sdist
Expand All @@ -35,7 +36,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
pyver: ["37", "38", "39", "310", "311", "312"]

steps:
Expand All @@ -47,6 +48,7 @@ jobs:

- name: Install Python packaging tools
run: |
export RELEASE_VERSION=${{ github.ref_name }}
pip install numpy cython
python -m pip install --upgrade pip setuptools wheel
Expand Down

0 comments on commit 54cf63c

Please sign in to comment.