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 e96ce1c commit 31b9db3Copy full SHA for 31b9db3
.github/workflows/release.yml
@@ -38,13 +38,16 @@ jobs:
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
force: ${{ github.event.inputs.releaseType }}
41
+ changelog: false
42
43
- name: Python Semantic Release Automatic
44
id: release_automatic
45
if: ${{ github.event.inputs.releaseType == 'automatic' }}
46
uses: python-semantic-release/python-semantic-release@master
47
48
49
50
+
51
52
- name: Publish package distributions to PyPI
53
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments