Commit 1217841
authored
Fix publishing packaging ERROR (#34)
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.2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| 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