From 33b59706ea7b923c323c0be11b4b86c0f37b6b96 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sat, 25 Jun 2022 21:54:37 +0100 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 1 + README.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 282a421..395467e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,6 +112,7 @@ jobs: name: Publish needs: build if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + runs-on: ubuntu-latest steps: - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/README.md b/README.md index 86b71e3..15f746b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# template +# iPilot [![CI](https://github.com/luketainton/pypilot/actions/workflows/ci.yml/badge.svg)](https://github.com/luketainton/pypilot/actions/workflows/ci.yml) ## Description +IP Information Lookup Tool ## How to install +`pip install ipilot` ## How to use +`ipilot --help`