We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 109c72a + 49231b8 commit 30abea0Copy full SHA for 30abea0
1 file changed
.github/workflows/ci.yml
@@ -23,15 +23,18 @@ jobs:
23
status: STARTING
24
color: warning
25
26
+ - name: Run Tests
27
+ run: python -m unittest
28
+
29
+ - name: Build dist
30
+ run: python setup.py sdist bdist_wheel
31
32
- name: Publish a Python distribution to PyPI
33
uses: pypa/gh-action-pypi-publish@master
34
with:
35
user: ${{ secrets.PYPI_USER }}
36
password: ${{ secrets.PYPI_PASSWORD }}
37
- - name: Run Tests
- run: python -m unittest
-
38
- name: Notify slack success
39
if: success()
40
env:
0 commit comments