diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 81114ae..d7432ea 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,8 +3,6 @@ on: push: tags: - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 - branches: - - main release: types: - published diff --git a/setup.py b/setup.py index fcf8489..5ce32d2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="mkdocstrings_sourcelink", - version="0.3.1", + version="0.3.2", packages=find_packages(), package_data={"": ["README.md"]}, url="https://ai2business.github.io/mkdocstrings-sourcelink/",