From 2c72ab2ea96ff8dc51a86e076659c33cac45139f Mon Sep 17 00:00:00 2001 From: Trimatix <1JasperLaw@gmail.com> Date: Thu, 6 Mar 2025 21:56:49 +0100 Subject: [PATCH 1/3] use python 3.13. 3.8 appears to be missing in GH action --- .github/workflows/delete.yml | 2 +- .github/workflows/register.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/update.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/delete.yml b/.github/workflows/delete.yml index dfe67f1..2842253 100644 --- a/.github/workflows/delete.yml +++ b/.github/workflows/delete.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [3.13.2] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/register.yml b/.github/workflows/register.yml index e80f6d0..ca7cbbd 100644 --- a/.github/workflows/register.yml +++ b/.github/workflows/register.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [3.13.2] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5af53c2..232822e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.8" + python-version: "3.13.2" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index fa3b5e5..cf24534 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [3.13.2] steps: - uses: actions/checkout@v2 From 40ec22a576891fefef01e4faba970214128c59d2 Mon Sep 17 00:00:00 2001 From: Trimatix <1JasperLaw@gmail.com> Date: Thu, 6 Mar 2025 22:00:36 +0100 Subject: [PATCH 2/3] basic initial content updates --- index.html | 12 ++++++------ pkg_template.html | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index d68d6fe..2c40cd8 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ - Pypi - YourCompany + Pypi - Gof2BountyBot @@ -29,15 +29,15 @@

- YourCompany own PyPi + Gof2BountyBot internal PyPi


- Welcome to the private Python package index of YourCompany ! + Welcome to the private Python package index of Gof2BountyBot!
- You can install packages with : -

pip install <package_name> --extra-index-url https://astariul.github.io/github-hosted-pypi/
+ You can install packages with: +
pip install <package_name> --extra-index-url https://gof2bountybot.github.io/BountyBot-PyPi/


@@ -52,7 +52,7 @@

- This is an example of a private, github-hosted package. Only me can access this repo, you can try to install it with the pip command but a password is required : only people with repo access can download it. + This repository serves internal python packages for the BountyBot project. diff --git a/pkg_template.html b/pkg_template.html index 6057486..64dd1b2 100644 --- a/pkg_template.html +++ b/pkg_template.html @@ -28,7 +28,7 @@ - Pypi - YourCompany + Pypi - Gof2BountyBot @@ -59,7 +59,7 @@
-      pip install _package_name --extra-index-url https://astariul.github.io/github-hosted-pypi/
+      pip install _package_name --extra-index-url https://gof2bountybot.github.io/BountyBot-PyPi/
     

From 6524582bd66ea87b402dad6f68e9b09e49ef26ec Mon Sep 17 00:00:00 2001 From: Trimatix <1JasperLaw@gmail.com> Date: Thu, 6 Mar 2025 22:02:23 +0100 Subject: [PATCH 3/3] accidental package description change --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2c40cd8..ed0c71b 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@

- This repository serves internal python packages for the BountyBot project. + This is an example of a private, github-hosted package. Only me can access this repo, you can try to install it with the pip command but a password is required : only people with repo access can download it.