Skip to content

Commit

Permalink
Update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
youyupei committed Sep 29, 2024
1 parent 4ef73ee commit 11994f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Build pure python wheels
run: |
python -m pip install --upgrade pip
pip install wheel
python setup.py bdist_wheel
pip install build
python -m build
pip install twine
- name: Publish wheels to PyPI
env:
Expand Down

0 comments on commit 11994f9

Please sign in to comment.