Skip to content

Commit 227a779

Browse files
Update python-publish.yml
1 parent a08b167 commit 227a779

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
uses: actions/setup-python@v3
2727
with:
2828
python-version: '3.x'
29+
- name: Install dependencies
30+
run: |
31+
python -m pip install --upgrade pip
32+
pip install setuptools
2933
- name: Build script
3034
run: python3 setup.py sdist
3135
- name: Publish package

0 commit comments

Comments
 (0)