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: CONTRIBUTING.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
-[Signing your work](#signing-your-work)
5
5
-[How to sign off your commits](#how-to-sign-off-your-commits)
6
6
-[Development](#development)
7
-
-[Environment variables](#environment-variables)
7
+
-[Environment variables](#environment-variables)
8
8
-[Publishing a release](#publishing-a-release)
9
9
10
10
## Making a contribution
@@ -106,20 +106,20 @@ pip install -e .
106
106
107
107
## Publishing a release
108
108
109
-
This project has a [GitHub Actions workflow](https://github.com/replicate/replicate-python/blob/ab4439ee02d1f157cd3b904f5e0232b69bbae707/.github/workflows/ci.yaml#L37-L63) that publishes the `replicate` package to PyPI. The release process is triggered by manually creating and pushing a new git tag.
109
+
This project has a [GitHub Actions workflow](/.github/workflows/ci.yaml) that publishes the `replicate` package to PyPI. The release process is triggered by manually creating and pushing a new git tag.
110
110
111
-
First, set the version number in [replicate/__about__.py](replicate/__about__.py) and commit it to the `main` branch:
111
+
First, set the version number in [pyproject.toml](pyproject.toml) and commit it to the `main` branch:
0 commit comments