Skip to content

Commit 68a1c3e

Browse files
authored
Add PyPI package badge (#235)
1 parent 5aecc5a commit 68a1c3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-python.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
python ../devops/build_sdks.py --github-token=${{ secrets.API_GITHUB_TOKEN }}
3939
python -m pytest --cache-clear ./tests --junitxml=test_output.xml --cov=.
4040
shell: pwsh
41-
with:
42-
path: python
41+
working-directory: python
4342
- name: Upload Unit Test Results - Python
4443
if: always()
4544
uses: actions/upload-artifact@v2

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Library is available for use with different languages
1010

1111
[![NuGet version](https://badge.fury.io/nu/okapi.net.svg)](https://badge.fury.io/nu/okapi.net)
1212
[![npm version](https://badge.fury.io/js/%40trinsic%2Fokapi.svg)](https://badge.fury.io/js/%40trinsic%2Fokapi)
13+
[![PyPI version](https://badge.fury.io/py/trinsic-okapi.svg)](https://badge.fury.io/py/trinsic-okapi)
1314

1415
## Library and API structure
1516

0 commit comments

Comments
 (0)