-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from supermihi/speed-up-ci
Improve CI
- Loading branch information
Showing
5 changed files
with
17 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ description = "cross-platform, Python audio metadata (\"tagging\") library based | |
authors = [ | ||
{ name = "Michael Helmling", email = "[email protected]" } | ||
] | ||
readme = "Readme.md" | ||
readme = "README.md" | ||
license = { text = "GPLv3+" } | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
|
@@ -40,5 +40,5 @@ package-dir = { "" = "src" } | |
[tool.cibuildwheel] | ||
test-extras = ["tests"] | ||
test-command = "pytest {project}/tests" | ||
before-build = "python build_taglib.py --clean" | ||
before-build = "python build_taglib.py" | ||
skip = "cp36-* cp37-*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters