Skip to content

Commit

Permalink
fix publish (modelscope#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jintao-Huang authored Oct 14, 2024
1 parent 2a28740 commit 97556a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
#if: startsWith(github.event.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'
- name: Install wheel
run: pip install wheel
run: pip install wheel packaging
- name: Build ModelScope Swift
run: python setup.py sdist bdist_wheel
- name: Publish package to PyPI
Expand Down

0 comments on commit 97556a5

Please sign in to comment.