Skip to content

Commit 66ee5ba

Browse files
author
Kharude, Sachin
committed
Added install and build steps in release workflow
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
1 parent b73748c commit 66ee5ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ jobs:
1212
uses: actions/setup-python@v2
1313
with:
1414
python-version: 3.8
15+
- name: Install tools
16+
run: |
17+
python -m pip install --upgrade pip
18+
pip install setuptools wheel twine
19+
- name: Build the package
20+
run: |
21+
python setup.py sdist bdist_wheel
1522
- name: Publish package
1623
uses: pypa/gh-action-pypi-publish@master
1724
with:

0 commit comments

Comments
 (0)