Skip to content

Commit b4b6b41

Browse files
committed
minor fix
1 parent 34e3e31 commit b4b6b41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
python-version: "3.x"
1818

1919
- name: Prepare distribution
20-
run: python -m build -w -n
20+
run: |
21+
python -m pip install --upgrade pip
22+
pip install -r requirements.txt
23+
python -m build -w -n
2124
2225
- name: Publish to PyPI
2326
env:

0 commit comments

Comments
 (0)