File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33on :
44 push :
55 branches :
6- - master # Ejecuta pruebas al hacer push en la rama 'master'
6+ - master
77
88env :
99 env_var : ${{ vars.ENV_CONTEXT_VAR }}
1414
1515 strategy :
1616 matrix :
17- python-version : ['3.11'] # Puedes cambiar las versiones según necesites
17+ python-version : ['3.11']
1818
1919 steps :
2020 - name : Check out repository code
2323 - name : Setup Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v4
2525 with :
26- python-version : ${{ matrix.python-version }} # Configura la versión de Python desde la matriz
26+ python-version : ${{ matrix.python-version }}
2727
2828 - name : Install Ruff
2929 run : |
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ version: 2
77
88# Set the OS and Python version
99build :
10- os : ubuntu-22 .04
10+ os : ubuntu-24 .04
1111 tools :
12- python : " 3.11 "
12+ python : " 3.13 "
1313
1414# Build documentation in the "docs/" directory with Sphinx
1515sphinx :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ ContaFi: Cliente de API en Python
77 :target: https://pypi.org/project/contafi
88.. image :: https://img.shields.io/pypi/pyversions/contafi.svg
99 :target: https://pypi.org/project/contafi
10- .. image :: https://scrutinizer-ci.com/g/contafi/contafi-api-client-python/badges/quality-score.png?b=master
11- :target: https://scrutinizer-ci.com/g/contafi/contafi-api-client-python/
12- .. image :: https://scrutinizer-ci.com/g/contafi/contafi-api-client-python/badges/coverage.png?b=master
13- :target: https://scrutinizer-ci.com/g/contafi/contafi-api-client-python/
1410.. image :: https://img.shields.io/pypi/l/contafi.svg
1511 :target: https://raw.githubusercontent.com/contafi/contafi-api-client-python/master/COPYING
1612
@@ -41,4 +37,4 @@ Enlaces
4137- `Sitio web ContaFi <https://www.contafi.cl >`_.
4238- `Código fuente en GitHub <https://github.com/contafi/contafi-api-client-python >`_.
4339- `Paquete en PyPI <https://pypi.org/project/contafi >`_.
44- - `Documentación en Read the Docs <https://contafi.readthedocs.io/es/latest >`_.
40+ - `Documentación <https://api-client-python.docs.contafi.cl >`_.
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ ContaFi: Cliente de API en Python - Documentación
1212 :target: https://pypi.org/project/contafi
1313.. image :: https://img.shields.io/pypi/pyversions/contafi.svg
1414 :target: https://pypi.org/project/contafi
15- .. image :: https://scrutinizer-ci.com/g/contafi/contafi-api-client-python/badges/quality-score.png?b=master
16- :target: https://scrutinizer-ci.com/g/contafi/contafi-api-client-python/
17- .. image :: https://scrutinizer-ci.com/g/contafi/contafi-api-client-python/badges/coverage.png?b=master
18- :target: https://scrutinizer-ci.com/g/contafi/contafi-api-client-python/
1915.. image :: https://img.shields.io/pypi/l/contafi.svg
2016 :target: https://raw.githubusercontent.com/contafi/contafi-api-client-python/master/COPYING
2117
@@ -50,4 +46,4 @@ Enlaces
5046- `Sitio web ContaFi <https://www.contafi.cl >`_.
5147- `Código fuente en GitHub <https://github.com/contafi/contafi-api-client-python >`_.
5248- `Paquete en PyPI <https://pypi.org/project/contafi >`_.
53- - `Documentación <https://developers. contafi.cl/ >`_.
49+ - `Documentación <https://api-client-python.docs. contafi.cl >`_.
You can’t perform that action at this time.
0 commit comments