Skip to content

Commit 3353357

Browse files
committed
Tidy up step names
1 parent 1de5216 commit 3353357

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
pip install -r requirements-develop.txt
2626
python setup.py bdist_wheel
2727
python -m pip install --verbose dist/*.whl
28-
- name: run tests
28+
- name: Run tests
2929
run: |
3030
pytest tests
31-
- name: upload wheel
31+
- name: Upload wheel artifact
3232
uses: actions/upload-artifact@v2
3333
with:
3434
name: dist

0 commit comments

Comments
 (0)