Update README file
This commit is contained in:
parent
36bc245af6
commit
fff59f91fa
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue