Skip to content

Commit 5374f98

Browse files
install namex (#1020)
1 parent 4a9c758 commit 5374f98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
pip install
1414
build
1515
--user
16+
- name: Install namex
17+
run: >-
18+
python -m
19+
pip install
20+
namex
1621
- name: Build a binary wheel and a source tarball
1722
run: >-
1823
python pip_build.py

0 commit comments

Comments
 (0)