Skip to content

Commit

Permalink
Fix dynamic versioning in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Parici75 committed Sep 20, 2023
1 parent 1729c49 commit 08f0836
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI}}
run: |
poetry self add "poetry-dynamic-versioning[plugin]"
poetry install
poetry build
poetry publish
1 change: 1 addition & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- name: Build HTML documentation
run: |
poetry self add "poetry-dynamic-versioning[plugin]"
poetry install --with docs
poetry run sphinx-build docs ./docs/_build/html/
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ scipy = "^1.11.1"
plotly = "^5.15.0"
ipykernel = "^6.24.0"
jupyter = "^1.0.0"
poetry-dynamic-versioning = {extras = ["plugin"], version = "^0.25.0"}

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
Expand Down

0 comments on commit 08f0836

Please sign in to comment.