Commit eaa59e3
committed
.github/workflows: Fix dist path in release.yml
During the release process, the distribution files
are currently built in the `sdk/dist/` directory,
however the PyPI action expects them in the top-
level `dist` directory.
Therefore we adapt the build path in the workflow.1 parent 9f3296b commit eaa59e3
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | | - | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments