RELEASE: Version 1.0 #3
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -112,6 +112,7 @@ jobs:
|
|||||||
name: Publish
|
name: Publish
|
||||||
needs: build
|
needs: build
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Publish to PyPI
|
- name: Publish to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
|
@ -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
|
## Description
|
||||||
|
IP Information Lookup Tool
|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
|
`pip install ipilot`
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
`ipilot --help`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user