Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Arfey committed Apr 3, 2024
1 parent 4557bfb commit 4c9bdef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
# install deps
poetry install --with "dev, test" --all-extras
poetry self add "poetry-dynamic-versioning[plugin]"
- name: Create README.rst
run: |
cat README.rst > README_BUILD.rst && echo >> README_BUILD.rst && cat HISTORY.rst >> README_BUILD.rst
Expand Down
46 changes: 1 addition & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ pytest-asyncio = "0.21.1"
bandit = "^1.7.8"
flake8 = "^7.0.0"
twine = "^5.0.0"
poetry-dynamic-versioning = "^1.2.0"

[tool.poetry.extras]
motor = ["umongo"]
Expand Down

0 comments on commit 4c9bdef

Please sign in to comment.