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 diff --git a/index.html b/index.html index d68d6fe..ed0c71b 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/