We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d5be3 commit a92f49eCopy full SHA for a92f49e
1 file changed
.github/workflows/python-package.yml
@@ -62,9 +62,15 @@ jobs:
62
pip install python-semantic-release==7.34.6
63
git config --global user.name "github-actions"
64
git config --global user.email "github-actions[bot]@users.noreply.github.com"
65
+ semantic-release changelog
66
semantic-release version
67
env:
68
GH_TOKEN: ${{secrets.GH_REPO_TOKEN}}
69
+ - name: Create GitHub Release
70
+ run: |
71
+ semantic-release publish --skip-build
72
+ env:
73
+ GH_TOKEN: ${{secrets.GH_REPO_TOKEN}}
74
- name: Build package
75
run: poetry build
76
- name: Publish to PyPI
0 commit comments