Skip to content

Commit 88dce28

Browse files
author
James Reynolds
committed
Fixing github action python dependencies
1 parent e52b3ab commit 88dce28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
- uses: actions/setup-python@v2
3737
with:
3838
python-version: 3.7
39+
- name: Install dependencies
40+
run: |
41+
python -m pip install --upgrade pip
42+
pip install setuptools wheel twine
3943
- name: Build binary wheel and a source tarball
4044
run: python setup.py sdist bdist_wheel
4145
- name: Publish to PyPI

0 commit comments

Comments
 (0)