Skip to content

Commit

Permalink
Fix pypi_install.yml again (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Apr 17, 2024
1 parent 69d1191 commit b9e0f4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3

- name: Install dependencies
run: pip install build

- name: Build package
run: python -m build

Expand Down

0 comments on commit b9e0f4e

Please sign in to comment.