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 @@
- 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/
-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/