Skip to content

Commit d652bb0

Browse files
authored
Update python-publish.yml
1 parent 3076816 commit d652bb0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ jobs:
1717
with:
1818
python-version: "3.8"
1919

20-
- name: Build release distributions
20+
- name: Install dependencies
2121
run: |
2222
pip3 install -r requirements.txt
2323
pip3 install pytest
24+
pip3 install twine
25+
26+
- name: Build and Test
27+
run: |
2428
python3 setup.py build
2529
pytest
2630

0 commit comments

Comments
 (0)