Skip to content

Commit 9917092

Browse files
committed
[add] poetry pypi integration
1 parent 919b889 commit 9917092

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/poetry-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
- name: Publish to PyPI
5252
if: github.event_name == 'release'
5353
run: |
54-
poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }}
54+
poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }} --build

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![codecov](https://codecov.io/gh/filipecosta90/redisbench-admin/branch/master/graph/badge.svg)](https://codecov.io/gh/filipecosta90/redisbench-admin)
22
![Actions](https://github.com/filipecosta90/redisbench-admin/workflows/Run%20Tests/badge.svg?branch=master)
3+
![Actions](https://badge.fury.io/py/redisbench-admin.svg)
34

45
# redisbench-admin
56
Redis benchmark run helper. An automation wrapper around:

0 commit comments

Comments
 (0)