Skip to content

Commit 9dec856

Browse files
author
Mike
committed
Rename workflows
1 parent fff633c commit 9dec856

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish
1+
name: Publish to PyPI
22

33
on:
44
release:

.github/workflows/run-python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, lint and run tests
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: build
4+
name: Run tests
55

66
on:
77
push:

0 commit comments

Comments
 (0)