Skip to content

Commit 29249fa

Browse files
author
Martin de La Gorce
committed
Update python-publish.yml
1 parent 31dfef3 commit 29249fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
uses: actions/setup-python@v3
3333
with:
3434
python-version: '3.10'
35-
35+
- name: Install dependencies
36+
run: |
37+
python -m pip install --upgrade pip
38+
pip install build
3639
- name: Build source distribution from src
3740
run: python -m build --sdist --outdir dist
3841
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)