Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zemmyang committed May 12, 2024
1 parent d291438 commit 8ad1e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install .
- name: Build package
run: python -m build
run: python setup.py sdist bdist_wheel

- name: Store the distribution packages
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8ad1e75

Please sign in to comment.