We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919b889 commit 9917092Copy full SHA for 9917092
.github/workflows/poetry-pytest.yml
@@ -51,4 +51,4 @@ jobs:
51
- name: Publish to PyPI
52
if: github.event_name == 'release'
53
run: |
54
- poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }}
+ poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }} --build
README.md
@@ -1,5 +1,6 @@
1
[](https://codecov.io/gh/filipecosta90/redisbench-admin)
2

3
+
4
5
# redisbench-admin
6
Redis benchmark run helper. An automation wrapper around:
0 commit comments