Skip to content

Commit 9d27534

Browse files
committed
rename files, update badge
1 parent 85d9ea6 commit 9d27534

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/python-package.yml renamed to .github/workflows/build.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, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Python package
4+
name: Build
55

66
on:
77
push:

.github/workflows/python-publish.yml renamed to .github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflows will upload a Python Package using Twine when a release is created
22
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
33

4-
name: Upload Python Package
4+
name: Publish package
55

66
on:
77
release:

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
What The Patch!?
22
================
33

4-
.. image:: https://travis-ci.org/cscorley/whatthepatch.svg?style=flat
5-
:target: https://travis-ci.org/cscorley/whatthepatch
4+
.. image:: https://github.com/cscorley/whatthepatch/workflows/Build/badge.svg
65

76
What The Patch!? is a library for both parsing and applying patch files.
87

0 commit comments

Comments
 (0)