diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a09f28a..a457987 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,10 +5,9 @@ on: types: - published push: - tags: - - '*' branches: - - gh-actions + - main + - gh-actions # TODO: remove before merging PR jobs: package: diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index b88034e..0000000 --- a/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[metadata] -description-file = README.md