Skip to content

Commit

Permalink
Lock UV to a specific version. Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindhagberg committed Dec 4, 2024
1 parent df8e275 commit 0da0413
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ If you would like to contribute to this project, please follow these steps:
5. Push to the branch (`git push origin feature/branch-name`)
6. Create a Pull Request

## Testing

To run tests locally, just run the script `ci/run_testsuite_and_record_V2.sh` from anywhere. The only prerequisite is a working installation of docker or podman.

## Publishing

Publishing new versions is automatically handled by GitHub actions for versions tagged with `x.y.z[.prerelease]` (`1.2.3`, `1.2.3.rc1`, etc.). If you are a maintainer, you can create a new release by following these steps:
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG python_version=3.12

RUN apt-get -qq update
RUN apt-get -y install curl git >/dev/null
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
RUN curl -LsSf https://astral.sh/uv/0.5.6/install.sh | sh
RUN /root/.local/bin/uv self update -q
RUN /root/.local/bin/uv python install ${python_version}
COPY . /build
Expand Down

0 comments on commit 0da0413

Please sign in to comment.