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`