Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 30510c5

Browse files
authored
Merge pull request #23 from Anselmoo/Correct-Trigger-CD
Update the CD pipeline
2 parents 9e0c9b8 + c7eabe0 commit 30510c5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
tags:
55
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
6-
branches:
7-
- main
86
release:
97
types:
108
- published

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="mkdocstrings_sourcelink",
11-
version="0.3.1",
11+
version="0.3.2",
1212
packages=find_packages(),
1313
package_data={"": ["README.md"]},
1414
url="https://ai2business.github.io/mkdocstrings-sourcelink/",

0 commit comments

Comments
 (0)