RELEASE: Version 1.0 #3

Merged
luketainton merged 14 commits from develop into main 2022-06-25 23:27:02 +02:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 33b59706ea - Show all commits

View File

@ -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

View File

@ -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`