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 837fa11 commit b4f3c4fCopy full SHA for b4f3c4f
.github/workflows/ci.yml
@@ -149,19 +149,4 @@ jobs:
149
with:
150
user: __token__
151
password: ${{ secrets.PYPI_PASSWORD }}
152
- - name: Create Release Notes
153
- if: env.IS_MASTER_BUILD == 'true' && env.IS_TAG == 'true'
154
- run: |
155
- awk 'BEGIN{found=0} {if (match($0, "==============")) {if (found == 1) exit; found=1}; if (found == 1) {print last}; last=$0}' CHANGES.rst > release_notes.rst
156
- pandoc --from=rst --to=markdown -o release_notes.md release_notes.rst
157
- - name: Create GitHub Release
158
159
- uses: actions/[email protected]
160
- env:
161
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
162
- with:
163
- tag_name: ${{ github.ref }}
164
- release_name: plateau ${{ github.ref }}
165
- body_path: release_notes.md
166
- draft: false
167
- prerelease: false
+
0 commit comments