Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed Aug 14, 2024
1 parent 5d48d93 commit 43c09a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Install poetry
run: |
python -m pip install "poetry<1.9"
poetry install --only publish
poetry self add "poetry-dynamic-versioning[plugin] < 1.5"
- name: Publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ optional = true
[tool.poetry.group.dev.dependencies]
ipython = "*"

[tool.poetry.group.publish]
# PyPIにpublishするのに必要なライブラリ。インストールしなくても開発はできるので、オプショナルにする
optional = true

[tool.poetry.group.publish.dependencies]
poetry-dynamic-versioning = "*"


[tool.mypy]
# スタブが無いパッケージのエラーは無視させる.サードパーティのライブラリに型情報がないケースもあるため
Expand Down Expand Up @@ -154,7 +147,6 @@ max-args = 10

[tool.poetry-dynamic-versioning]
enable = true
format = "{base}"


[build-system]
Expand Down

0 comments on commit 43c09a5

Please sign in to comment.