Skip to content

Commit

Permalink
Fixed publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZustFancake committed Mar 10, 2024
1 parent 4c79716 commit b4f9d3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
python-version: 3.x

- name: Install dependencies
run: pip install .
run: |
pip install setuptools
pip install .
- name: Build and publish
env:
Expand Down

0 comments on commit b4f9d3c

Please sign in to comment.