Skip to content

Commit e7739df

Browse files
committed
Cambio de credenciales API a Trusted Publisher
1 parent 17da13f commit e7739df

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/publish-package.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ jobs:
3131

3232
- name: Publish to PyPI
3333
uses: pypa/gh-action-pypi-publish@release/v1
34-
#with:
35-
# user: cortega
36-
# password: ${{ secrets.rutificador }}
34+
3735

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rutificador"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "Esta librería proporciona una implementación en Python para validar y formatear el Rol Único Tributario (RUT) utilizado en Chile."
55
authors = ["Carlos Ortega González <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)