diff --git a/.github/workflows/release.yml b/.github/workflows/publish-release.yml similarity index 95% rename from .github/workflows/release.yml rename to .github/workflows/publish-release.yml index ad2ae05..b1cceac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/publish-release.yml @@ -2,11 +2,11 @@ # Publishes the release to PyPI and docs to github pages # -name: DDA PyPI and docs release +name: publish release on: release: - types: [created] + types: [published] jobs: build-source: