Skip to content

Commit 49231b8

Browse files
author
Inbal Tako
committed
Add build dist
1 parent 109c72a commit 49231b8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,18 @@ jobs:
2323
status: STARTING
2424
color: warning
2525

26+
- name: Run Tests
27+
run: python -m unittest
28+
29+
- name: Build dist
30+
run: python setup.py sdist bdist_wheel
31+
2632
- name: Publish a Python distribution to PyPI
2733
uses: pypa/gh-action-pypi-publish@master
2834
with:
2935
user: ${{ secrets.PYPI_USER }}
3036
password: ${{ secrets.PYPI_PASSWORD }}
3137

32-
- name: Run Tests
33-
run: python -m unittest
34-
3538
- name: Notify slack success
3639
if: success()
3740
env:

0 commit comments

Comments
 (0)