Skip to content

Commit

Permalink
* fix pypi building
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Feb 7, 2025
1 parent 04c5d07 commit d3e76cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools
- name: Build package
run: python setup.py sdist bdist_wheel
- name: Publish package
Expand Down

0 comments on commit d3e76cc

Please sign in to comment.