Skip to content

Commit

Permalink
Windows kick
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed May 10, 2024
1 parent cc30d6f commit 594e440
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:

- name: Build distribution
run: |
export RELEASE_VERSION=${{ github.ref_name }}
pip install numpy cython
pipx run build --sdist
Expand Down Expand Up @@ -48,7 +47,6 @@ 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 594e440

Please sign in to comment.