Skip to content

Commit 16eb127

Browse files
authored
Merge pull request #31 from SkandanC/main
Update pypi_release.yml
2 parents dc1dadf + 43e3dab commit 16eb127

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/pypi_release.yml

-7
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ jobs:
2727
- name: Get version number
2828
id: get_version
2929
run: echo "VERSION=$(python3 -c "import sky130ph; print(sky130ph.__version__)")" >> $GITHUB_ENV
30-
- name: Load Release text
31-
run: |
32-
BODY=$(cat ./docs/changelog/${{ env.VERSION }}-changelog.md)
33-
BODY="${BODY//'%'/'%25'}"
34-
BODY="${BODY//$'\n'/'%0A'}"
35-
BODY="${BODY//$'\r'/'%0D'}"
36-
echo "BODY=$BODY" >> $GITHUB_ENV
3730
- name: Publish to PyPI
3831
uses: pypa/[email protected]
3932
with:

0 commit comments

Comments
 (0)