Skip to content

Commit

Permalink
Cambio de credenciales API a Trusted Publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
cortega26 committed May 2, 2024
1 parent 17da13f commit e7739df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@ jobs:

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
#with:
# user: cortega
# password: ${{ secrets.rutificador }}


2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rutificador"
version = "0.0.4"
version = "0.0.5"
description = "Esta librería proporciona una implementación en Python para validar y formatear el Rol Único Tributario (RUT) utilizado en Chile."
authors = ["Carlos Ortega González <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e7739df

Please sign in to comment.