Skip to content

Commit f1ef72c

Browse files
Update publish-to-pypi.yml (#1021)
1 parent 5374f98 commit f1ef72c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
pip install
1414
build
1515
--user
16-
- name: Install namex
17-
run: >-
18-
python -m
19-
pip install
20-
namex
16+
- name: Install dependencies
17+
run: |
18+
pip install -r requirements.txt --progress-bar off
2119
- name: Build a binary wheel and a source tarball
2220
run: >-
2321
python pip_build.py

0 commit comments

Comments
 (0)