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.
1 parent 6a7efdf commit 14618bcCopy full SHA for 14618bc
.github/workflows/make_release.yaml
@@ -56,7 +56,7 @@ jobs:
56
run: sudo apt update && sudo apt install pandoc -y
57
58
- name: Obtain the changelog
59
- run: echo "changelog=$(poe changelog)" >> $GITHUB_OUTPUT
+ run: echo "changelog='$(poe changelog)'" >> $GITHUB_OUTPUT
60
61
- name: Build a binary wheel and a source tarball
62
run: poetry build
0 commit comments