diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 05fa753..bc7e32b 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -54,10 +54,3 @@ jobs: build: true # only upload if a tag is pushed (otherwise just build & check) upload: ${{ github.event_name == 'push' && steps.check-tag.outputs.match == 'true' }} - - name: Create GitHub release - if: ${{ github.event_name == 'push' && steps.check-tag.outputs.match == 'true' }} - uses: Roang-zero1/github-create-release-action@master - with: - version_regex: ^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+ - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index ecd95ea..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -# Changelog - -## 0.1.0 - -- initial release