Skip to content

Commit 337b561

Browse files
committed
add requirements
1 parent d268fa5 commit 337b561

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install setuptools wheel twine
26+
pip install -r requirements.txt
2627
- name: Build and publish 📦 to PyPI
2728
env:
2829
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)