We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3076816 commit d652bb0Copy full SHA for d652bb0
.github/workflows/python-publish.yml
@@ -17,10 +17,14 @@ jobs:
17
with:
18
python-version: "3.8"
19
20
- - name: Build release distributions
+ - name: Install dependencies
21
run: |
22
pip3 install -r requirements.txt
23
pip3 install pytest
24
+ pip3 install twine
25
+
26
+ - name: Build and Test
27
+ run: |
28
python3 setup.py build
29
pytest
30
0 commit comments