Skip to content

Commit 2a5bd52

Browse files
committed
yet another publisher update
1 parent 9b74e66 commit 2a5bd52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020

2121
- name: Build release distributions
2222
run: |
23-
python -m pip install build
23+
python -m pip install --upgrade pip
24+
pip install setuptools wheel twine
2425
python setup.py sdist bdist_wheel
2526
2627
- name: Upload distributions

0 commit comments

Comments
 (0)