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 996ff2b commit d8cc59dCopy full SHA for d8cc59d
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
curl -sSL https://install.python-poetry.org | python3 -
20
echo "$HOME/.local/bin" >> $GITHUB_PATH
21
- name: Install dependencies
22
- run: poetry install --no-dev
+ run: poetry install --without dev
23
- name: Publish to PyPI
24
env:
25
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "devseeker"
3
-version = "0.0.4"
+version = "0.0.5"
4
description = "Coolest coding agent"
5
authors = ["Ibrahim Rayamah <ibz04.dev@gmail.com>"]
6
license = "MIT"
0 commit comments