Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Dec 1, 2024
1 parent 08d0fe9 commit ae44f54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: ls -lah dist/* && cp dist/* wheelhouse/

# TODO: upload to SVN
- uses: actions/upload-artifact@v4
with:
name: "svn-release-candidate-${{ matrix.os }}"
Expand Down Expand Up @@ -253,7 +252,7 @@ jobs:
run: python3 -m poetry build --format=sdist
if: startsWith(matrix.os, 'ubuntu')

- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v4 # required to use `uv` in cibuildwheel

- name: Build wheels
uses: pypa/cibuildwheel@v2.22.0
Expand All @@ -278,7 +277,6 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: ls -lah dist/* && cp dist/* wheelhouse/

# TODO: upload to PyPi
- uses: actions/upload-artifact@v4
with:
name: "pypi-release-candidate-${{ matrix.os }}"
Expand Down

0 comments on commit ae44f54

Please sign in to comment.