Skip to content

Commit aae5978

Browse files
committed
Complete instructions for upgrade and update version in github action file
1 parent 99fb90e commit aae5978

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- uses: actions/checkout@v4
15-
- name: Preparar Python v3.11
15+
- name: Preparar Python v3.12
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: "3.11"
18+
python-version: "3.12"
1919
cache: "pip"
2020
- name: Sincronizar con CPython
2121
run: |

.overrides/upgrade-python-version.rst

+5-10
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,13 @@ We are currently in branch 3.11, and we want to update the strings from 3.12.
116116
**Once the process is completely and you are happy with the results,
117117
there are a few extra steps to finish the process**
118118

119-
#. Upgrade GitHub Actions to use Python 3.12::
120-
Something to be done.
119+
#. Upgrade GitHub Actions to use Python 3.12, by updating Python version to 3.12 in the '.github/workflows/main.yml' file.
121120

122-
#. Update Read the Docs project to use 3.12 in the build and also as default branch/version::
123-
Update here.
121+
#. Update the *Read the Docs* project to use 3.12 in the build and also as default branch/version.
124122

125-
#. Añadir paso final de commitear todos los archivos generados::
126-
// TODO
123+
#. Commit all the newly created files locally.
127124

128-
#. Crear rama 3.12 en el repositorio para hacer el merge ahí::
129-
// TODO
125+
#. Create branch 3.12 in the repository in order to merge changes there.
130126

131-
#. Cambiar branch por defecto en el repositorio::
132-
// TODO
127+
#. Inside the github project settings, set 3.12 branch as the default branch for the repository.
133128

0 commit comments

Comments
 (0)