Fix CI
This commit is contained in:
parent
ffacf84dc7
commit
33b59706ea
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user