From fff59f91fa446305bc1365084b0db90ef94504df Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 15 Mar 2024 11:40:07 +0100 Subject: [PATCH] Update README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 183e717..6207e79 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Python cx-Oracle debian packager tool -This repository provide a Woodpecker CI pipeline to build a `python3-cx-oracle` debian package. It's download the _cx-Oracle_ wheel package from [Pypi](https://pypi.org/project/cx-Oracle/) using the `pip wheel` command and convert it to debian source package using [wheel2deb](https://pypi.org/project/wheel2deb/). +This repository provide a Forgejo Actions workflow to build a `python3-cx-oracle` debian package. It's download the _cx-Oracle_ wheel package from [Pypi](https://pypi.org/project/cx-Oracle/) using the `pip wheel` command and convert it to debian source package using [wheel2deb](https://pypi.org/project/wheel2deb/). -The resulting debian packages files are publish to Gitea as release. The downloaded wheel package is also keep for archive. +The resulting debian packages files are publish to Forgejo as release. The downloaded wheel package is also keep for archive.