Skip to content

Commit

Permalink
update github action paths and update readme & setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdhasjg committed Oct 2, 2023
1 parent 8d4ad94 commit 85bb067
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Tagging
on:
push:
branches:
- main
- "main"
paths:
- "aws-console/**"
- "setup.py"

concurrency: tagging

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# aws console
AWS Console Login Utility

[![Tagging](https://github.com/snigdhasjg/aws-console/actions/workflows/tagging.yml/badge.svg)](https://github.com/snigdhasjg/aws-console/actions/workflows/tagging.yml)

# Installation
## Via Pip
Install via pip install.
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def find_version(*file_paths):
'boto3'
],
author='Snigdhajyoti Ghosh',
author_email='[email protected]',
url='https://github.com/snigdhasjg/aws-console',
license="MIT License",
classifiers=[
Expand Down

0 comments on commit 85bb067

Please sign in to comment.