Skip to content

Commit d8cc59d

Browse files
committed
chore: release v0.0.5 with workflow fix
1 parent 996ff2b commit d8cc59d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
curl -sSL https://install.python-poetry.org | python3 -
2020
echo "$HOME/.local/bin" >> $GITHUB_PATH
2121
- name: Install dependencies
22-
run: poetry install --no-dev
22+
run: poetry install --without dev
2323
- name: Publish to PyPI
2424
env:
2525
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}

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 = "devseeker"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "Coolest coding agent"
55
authors = ["Ibrahim Rayamah <ibz04.dev@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)