Skip to content

Commit

Permalink
fix: pypi workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Mar 3, 2023
1 parent 23a977a commit 226c249
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:

- name: Install dependencies
run: |
poetry install
poetry add twine
poetry install --with build
- name: Build and publish
env:
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 226c249

Please sign in to comment.