Skip to content

Commit 935d69e

Browse files
0.1.9 version bump (#5)
* [add] poetry pypi integration * [version] version bump to 0.1.9
1 parent 919b889 commit 935d69e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisbench-admin"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Redis benchmark run helper. A wrapper around ftsb_redisearch ( future versions will also support redis-benchmark and memtier_benchmark )."
55
authors = ["filipecosta90 <filipecosta.90@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)