Skip to content

Commit

Permalink
Disabled build/test (changelog/manifest) features for investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Jan 5, 2024
1 parent 51fcba6 commit 2c22662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ clean-dist: ## Clean distribution artifacts (included in `clean`)
rm -rf dist

check-manifest:
check-manifest
# DISABLED due to https://github.com/nicfit/eyeD3/issues/616
#check-manifest

_check-version-tag:
@if git tag -l | grep -E '^$(shell echo ${RELEASE_TAG} | sed 's|\.|.|g')$$' > /dev/null; then \
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ yaml-plugin = ["ruamel.yaml"]
art-plugin = ["Pillow", "pylast", "requests"]

[tool.poetry.group.dev.dependencies]
# FIXME: https://github.com/nicfit/eyeD3/issues/615
#gitchangelog = {git = "https://github.com/nicfit/gitchangelog.git", rev = "nicfit.py"}
regarding = "^0.1.4"
wheel = "^0.37.1"
Expand Down

0 comments on commit 2c22662

Please sign in to comment.