Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rfverbruggen committed Oct 5, 2020
1 parent e664f5b commit 90028fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python distributions to PyPI and TestPyPI
name: Publish Python distributions to PyPI

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
build-n-publish:
name: Build and publish Python distributions to PyPI and TestPyPI
name: Build and publish Python distributions to PyPI
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python distributions to PyPI and TestPyPI
name: Publish Python distributions to Test PyPI

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
build-n-publish:
name: Build and publish Python distributions to PyPI and TestPyPI
name: Build and publish Python distributions to Test PyPI
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 90028fe

Please sign in to comment.