Skip to content

Commit 92cee77

Browse files
committed
fixes
1 parent 34e5264 commit 92cee77

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ make run-docs
129129
Publishing new versions to [PyPI](https://pypi.org/project/crawlee) is automated through GitHub Actions.
130130

131131
- **Beta releases**: On each commit to the master branch, a new beta release is automatically published. The version number is determined based on the latest release and conventional commits. The beta version suffix is incremented by 1 from the last beta release on PyPI.
132-
- **Stable releases**: A stable version release may be created by triggering the `run_release` GitHub Actions workflow. The version number is determined based on the latest release and conventional commits (`auto` release type), or it may be overriden using the `custom` release type.
132+
- **Stable releases**: A stable version release may be created by triggering the `release` GitHub Actions workflow. The version number is determined based on the latest release and conventional commits (`auto` release type), or it may be overriden using the `custom` release type.
133133

134134
### Publishing to PyPI manually
135135

136-
1. **Do not do this unless absolutely necessary.** In all conceivable scenarios, you should use the `run_release` workflow instead.
136+
1. **Do not do this unless absolutely necessary.** In all conceivable scenarios, you should use the `release` workflow instead.
137137
2. **Make sure you know what you're doing.**
138138

139139
3. Update the version number:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ pythonVersion = "3.9"
243243
typeCheckingMode = "standard"
244244
include = ["src", "tests", "docs", "website"]
245245

246-
######################
247-
# Mypy configuration #
248-
######################
246+
##########################
247+
# Coverage configuration #
248+
##########################
249249

250250
[tool.coverage.report]
251251
exclude_lines = ["pragma: no cover", "if TYPE_CHECKING:", "assert_never()"]

0 commit comments

Comments
 (0)