diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index f0a2c4b..6a87754 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -19,8 +19,7 @@ jobs: - name: Install dependencies run: | - poetry install - poetry add twine + poetry install --with build - name: Build and publish env: diff --git a/pyproject.toml b/pyproject.toml index 103f84f..eb2ec3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,3 +35,8 @@ PyYAML = "~6.0" pytest = "~7.2.1" pytest-cov = "~4.0.0" httpx = "~0.23.3" +PyYAML = "~6.0" + +[tool.poetry.group.build.dependencies] +poetry-dynamic-versioning = "~0.21.4" +twine = "~4.0.2" \ No newline at end of file