Skip to content

Commit e95c677

Browse files
committed
Uncomment everything
1 parent 56d26a4 commit e95c677

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/release.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ jobs:
5656
- name: Build package
5757
run: python setup.py sdist bdist_wheel
5858

59-
# - name: Publish package
60-
# uses: pypa/gh-action-pypi-publish@release/v1
61-
# with:
62-
# user: ${{ secrets.PYPI_USERNAME }}
63-
# password: ${{ secrets.PYPI_PASSWORD }}
59+
- name: Publish package
60+
uses: pypa/gh-action-pypi-publish@release/v1
61+
with:
62+
user: ${{ secrets.PYPI_USERNAME }}
63+
password: ${{ secrets.PYPI_PASSWORD }}
6464

6565
- name: Setup git credentials
6666
uses: oleksiyrudenko/gha-git-credentials@v2-latest
@@ -69,11 +69,11 @@ jobs:
6969
7070
token: ${{ secrets.GITHUB_TOKEN }}
7171

72-
# - name: Tagging new version
73-
# id: newVersionTag
74-
# run: |
75-
# git tag -a ${{ env.RELEASE_VERSION }} -m "Release ${{ env.RELEASE_VERSION }}"
76-
# git push --tags
72+
- name: Tagging new version
73+
id: newVersionTag
74+
run: |
75+
git tag -a ${{ env.RELEASE_VERSION }} -m "Release ${{ env.RELEASE_VERSION }}"
76+
git push --tags
7777
7878
- name: Checkout develop branch
7979
uses: actions/checkout@v4
@@ -108,13 +108,13 @@ jobs:
108108
version: ${{ env.RELEASE_VERSION }}
109109
path: ./${{ env.CHANGE_LOG_FILE }}
110110

111-
# - name: Create Release
112-
# id: createRelease
113-
# uses: ncipollo/release-action@v1
114-
# with:
115-
# tag: ${{ env.RELEASE_VERSION }}
116-
# name: Release ${{ env.RELEASE_VERSION }}
117-
# body: ${{ steps.readChangelogEntry.outputs.changes }}
111+
- name: Create Release
112+
id: createRelease
113+
uses: ncipollo/release-action@v1
114+
with:
115+
tag: ${{ env.RELEASE_VERSION }}
116+
name: Release ${{ env.RELEASE_VERSION }}
117+
body: ${{ steps.readChangelogEntry.outputs.changes }}
118118

119119
- name: Update version file
120120
id: versionFileUpdate

0 commit comments

Comments
 (0)