Skip to content

Commit

Permalink
standard git-archive-all for the release
Browse files Browse the repository at this point in the history
fix:

 - Uploading cmeel-0.47.0-py3-none-any.whl 100%
HTTP Error 400: Invalid value for requires_dist. Error: Can't have direct dependency: 'git-archive-all @ git+https://github.com/nim65s/git-archive-all ; extra == "build"' | b'<html>\n <head>\n  <title>400 Invalid value for requires_dist. Error: Can\'t have direct dependency: \'git-archive-all @ git+https://github.com/nim65s/git-archive-all ; extra == "build"\'\n \n <body>\n  <h1>400 Invalid value for requires_dist. Error: Can\'t have direct dependency: \'git-archive-all @ git+https://github.com/nim65s/git-archive-all ; extra == "build"\'\n  The server could not comply with the request since it is either malformed or otherwise incorrect.<br/><br/>\nInvalid value for requires_dist. Error: Can&#x27;t have direct dependency: &#x27;git-archive-all @ git+https://github.com/nim65s/git-archive-all ; extra == &quot;build&quot;&#x27;\n\n\n \n'
  • Loading branch information
nim65s committed Aug 7, 2023
1 parent 522150a commit 4402542
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version = "0.48.1"

[tool.poetry.dependencies]
cmake = {optional = true, version = "^3.27.0"}
git-archive-all = {git = "https://github.com/nim65s/git-archive-all", optional = true}
git-archive-all = {optional = true, version = "^1.23.1"}
packaging = {optional = true, version = "^23.1"}
python = "^3.8"
tomli = {python = "< 3.11", version = "^2.0.1"}
Expand Down

0 comments on commit 4402542

Please sign in to comment.