Skip to content

Commit d05a03e

Browse files
committed
Install dependencies and build
1 parent 6f4aba6 commit d05a03e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/PyPI.yaml renamed to .github/workflows/pypi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
with:
2121
python-version: ${{ env.DEFAULT_PYTHON }}
2222

23+
- name: Install dependencies and build
24+
run: |
25+
pip install -U pip
26+
pip install setuptools wheel
27+
python setup.py sdist bdist_wheel
28+
2329
- name: Publish to PyPI
2430
uses: pypa/gh-action-pypi-publish@master
2531
with:

0 commit comments

Comments
 (0)