Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit ab75e1d

Browse files
authored
Update python-publish.yml
1 parent c4ae4c1 commit ab75e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install -U twine
33-
pip install -U wheel
32+
python -m pip install -U twine
33+
python -m pip install -U wheel
3434
- name: Build package
3535
run: python setup.py sdist bdist_wheel
3636
- name: Publish package

0 commit comments

Comments
 (0)