refactor: cleanup

This commit is contained in:
Florian Hönicke
2023-04-04 19:04:06 +02:00
parent c02a01a610
commit 1e8053458c

View File

@@ -19,7 +19,6 @@ jobs:
with:
python-version: 3.7
- run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
npm install git-release-notes
pip install twine wheel
./scripts/release.sh final "${{ github.event.inputs.release_reason }}" "${{github.actor}}"