Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Update Github action names and fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticfall committed Aug 17, 2020
1 parent 4dfbc6d commit 7d8544b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Run PyTest
name: pytest

on:
push:
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: Upload Python Package
name: pypi

on:
push:
tags:
- "v*"
release:
types: [created]

jobs:
deploy:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![build](https://github.com/mysticfall/alleycat-reactive/workflows/Python%20application/badge.svg)
![pytest](https://github.com/mysticfall/alleycat-reactive/workflows/pytest/badge.svg)
[![PyPI version](https://badge.fury.io/py/alleycat-reactive.svg)](https://badge.fury.io/py/alleycat-reactive)
# AlleyCat - Reactive

A part of the AlleyCat project which supports the _Reactive Object Pattern_.
Expand Down

0 comments on commit 7d8544b

Please sign in to comment.