We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfa83b commit 0c66cdbCopy full SHA for 0c66cdb
.github/workflows/publish.yml
@@ -38,11 +38,6 @@ jobs:
38
python setup.py sdist bdist_wheel
39
twine upload dist/*
40
41
- - name: Create changelog
42
- uses: heinrichreimer/github-changelog-generator-action@v2.1.1
43
- with:
44
- token: ${{ secrets.GITHUB_TOKEN }}
45
-
46
- name: Notify slack success
47
if: success()
48
env:
0 commit comments