Skip to content

Commit 1be3aac

Browse files
authored
Merge pull request #16 from pyth-network/fix/pypi_gh
Missing build dependency
2 parents d15feb1 + 073dfd4 commit 1be3aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
17-
pip install setuptools wheel twine
17+
pip install setuptools wheel twine build
1818
- name: Build and publish
1919
env:
2020
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)