We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce1c626 + afee7fb commit 07e1915Copy full SHA for 07e1915
.github/workflows/ci.yaml
@@ -99,7 +99,7 @@ jobs:
99
- name: Upload dist files
100
uses: actions/upload-artifact@v3
101
with:
102
- name: frequenz-api-microgrid-dist
+ name: frequenz-api-common
103
path: dist/
104
if-no-files-found: error
105
@@ -117,7 +117,7 @@ jobs:
117
- name: Download dist files
118
uses: actions/download-artifact@v3
119
120
121
path: dist
122
123
- name: Download RELEASE_NOTES.md
@@ -163,7 +163,7 @@ jobs:
163
164
165
166
167
168
169
- name: Publish the Python distribution to PyPI
0 commit comments