Skip to content

Commit

Permalink
Merge pull request #294 from ModeSevenIndustrialSolutions/remove-pdm-…
Browse files Browse the repository at this point in the history
…publish

Fix: Remove broken pdm[publish] module
  • Loading branch information
ModeSevenIndustrialSolutions committed Nov 7, 2023
2 parents 6a75c6f + 0ca3f14 commit 382758b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ lint = "pre-commit run --all-files"
complete = { call = "tasks.complete:main", help = "Create autocomplete files for bash and fish" }

[tool.pdm.dev-dependencies]
test = ["pdm[pytest]", "pdm[publish]", "pytest-cov"]
test = ["pdm[pytest]", "pytest-cov"]
tox = ["tox", "tox-pdm>=0.5"]
docs = ["sphinx>=7.2.6", "sphinx-copybutton>=0.5.2"]
dev = ["tox>=4.11.3", "tox-pdm>=0.7.0"]
Expand Down

0 comments on commit 382758b

Please sign in to comment.