You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contribute.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,14 +179,14 @@ git tag -d v0.0.2
179
179
180
180
## Build Automation with GitHub Actions
181
181
182
-
Our project uses GitHub Actions to automate the build and deployment process. When a new tag is pushed to the repository (matching `v*.*.*`), the build bot is triggered to:
182
+
Our project uses GitHub Actions to automate the build and deployment process. When a new tag is pushed to the repository (matching `v*`), the build bot is triggered to:
183
183
184
184
-**Build the Package**: Create source and wheel distributions of the package.
185
185
-**Publish to PyPI**: Upload the distributions to PyPI using Twine.
186
186
187
187
### How the Build Bot Works
188
188
189
-
1.**Trigger**: The workflow is triggered on pushing tags that match the pattern `v*.*.*`.
189
+
1.**Trigger**: The workflow is triggered on pushing tags that match the pattern `v*`.
190
190
2.**Workflow File**: The workflow is defined in `.github/workflows/publish.yml` or a similarly named CI file.
191
191
3.**Steps**:
192
192
-**Checkout Code**: Fetches the repository code and tags.
0 commit comments