Commit b3ac0eb
committed
Fix publishing packaging ERROR
The CI pipeline previously failed to publish the package
to PyPI because of a direct dependency on a git repository.
HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
Can't have direct dependency: frequenz-api-electricity-trading@
git+https://github.com/frequenz-floss/frequenz-api-electricity-trading@
8d89155. See https://packaging.python.org/specifications/core-metadata
for more information.
Signed-off-by: Daniel Zullo <[email protected]>1 parent 2684287 commit b3ac0eb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments