Skip to content

Commit 2b9b8ee

Browse files
authored
chore: Update python-publish.yml
Signed-off-by: Yu Chen <974833488@qq.com>
1 parent f31c42c commit 2b9b8ee

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ jobs:
2626
with:
2727
python-version: "3.10"
2828

29+
- name: Install dependencies
30+
run: |
31+
python -m pip install --upgrade pip
32+
pip install -r requirements.txt
33+
2934
- name: Build release distributions
3035
run: |
31-
# NOTE: put your own distribution build steps here.
3236
python -m pip install build
3337
python -m build
3438

0 commit comments

Comments
 (0)