Skip to content

Commit 6c58ed4

Browse files
Merge pull request #53 from michaelthomasletts/dev
Fixing shields badge for actions. Adding .tox/ to .gitignore.
2 parents 7146cd9 + 6460ef0 commit 6c58ed4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ share/python-wheels/
2727
MANIFEST
2828
*.DS_Store
2929
.DS_Store
30+
.tox/*
3031

3132
# PyInstaller
3233
# Usually these files are written by a python script from a template

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# boto3-refresh-session
22
[![PyPI Download](https://img.shields.io/pypi/v/boto3-refresh-session?logo=pypis.svg)](https://pypi.org/project/boto3-refresh-session/)
3-
[![Workflow](https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push.yml?logo=github)](https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push_pullrequest.yml)
3+
[![Workflow](https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push.yml?logo=github)](https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push.yml)
44
![Python Version](https://img.shields.io/pypi/pyversions/boto3-refresh-session?style=pypi)
55
![GitHub last commit](https://img.shields.io/github/last-commit/michaelthomasletts/boto3-refresh-session?logo=github)
66
![PyPI - Downloads](https://img.shields.io/pypi/dm/boto3-refresh-session?logo=pypi)

0 commit comments

Comments
 (0)