Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script src="static/pypi_checker.js" type="text/javascript">
</script>
<title>
Pypi - YourCompany
Pypi - Gof2BountyBot
</title>
</head>
<body>
Expand All @@ -29,15 +29,15 @@
<br/>
<br/>
<h2 class="title">
YourCompany own PyPi
Gof2BountyBot internal PyPi
</h2>
</section>
<br/>
<p>
Welcome to the private Python package index of YourCompany !
Welcome to the private Python package index of Gof2BountyBot!
<br/>
You can install packages with :
<pre><code>pip install &lt;package_name&gt; --extra-index-url https://astariul.github.io/github-hosted-pypi/</code></pre>
You can install packages with:
<pre><code>pip install &lt;package_name&gt; --extra-index-url https://gof2bountybot.github.io/BountyBot-PyPi/</code></pre>
</p>
<hr/>
<h6 class="text-header">
Expand Down
4 changes: 2 additions & 2 deletions pkg_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<script src="../static/package_page.js" defer></script>

<title>
Pypi - YourCompany
Pypi - Gof2BountyBot
</title>
</head>

Expand Down Expand Up @@ -59,7 +59,7 @@
</pre>

<pre id='installcmd'>
<code>pip install _package_name --extra-index-url https://astariul.github.io/github-hosted-pypi/</code>
<code>pip install _package_name --extra-index-url https://gof2bountybot.github.io/BountyBot-PyPi/</code>
</pre>

<hr />
Expand Down
Loading