Skip to content

Commit

Permalink
Fix pypi build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Mar 5, 2024
1 parent 25a1c78 commit d90c0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Dependencies
run: |
pip install -U pip wheel
pip install -Ur build-requirements.txt
pip install -Ur dist-requirements.txt
- name: Build Dists
run: python3 -m build
Expand Down

0 comments on commit d90c0a0

Please sign in to comment.