mirror of
https://github.com/dcarrillo/digaws.git
synced 2025-07-05 12:39:26 +00:00
Compare commits
5 Commits
1.0.2
...
fda5957a04
Author | SHA1 | Date | |
---|---|---|---|
fda5957a04
|
|||
0b2f98fa4f
|
|||
e6756888e7
|
|||
3e03e532fd
|
|||
ae7bf28702
|
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -4,12 +4,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: github.event_name == 'pull_request'
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
@ -37,6 +38,7 @@ jobs:
|
||||
|
||||
build_publish:
|
||||
runs-on: ubuntu-latest
|
||||
needs: tests
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -4,6 +4,9 @@ The digaws lookup tool displays information for a given IP address (v4 o v6) or
|
||||
In order to save bandwidth and time this tool requests the [AWS IP ranges](https://ip-ranges.amazonaws.com/ip-ranges.json) and keeps
|
||||
a cached version until a new version is published.
|
||||
|
||||

|
||||

|
||||
|
||||
## Requirements
|
||||
|
||||
Python >= 3.7
|
||||
|
@ -1,2 +1,2 @@
|
||||
__version__ = '1.0.2'
|
||||
__version__ = '1.0.3'
|
||||
__description__ = 'Look up canonical information for AWS IP addresses and networks'
|
||||
|
Reference in New Issue
Block a user