Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Mar 20, 2023
1 parent c278e80 commit 9107696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: '3.11'

- name: Install dependencies
run: pip install twine wheel
run: pip install twine wheel -r requirements.txt

- name: Build
run: python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 9107696

Please sign in to comment.