Skip to content

Commit

Permalink
environment: release
Browse files Browse the repository at this point in the history
  • Loading branch information
cortega26 committed May 2, 2024
1 parent 6c1610a commit ee4a90c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
pypi-publish:
name: upload release to Pypi
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write

Expand Down
3 changes: 2 additions & 1 deletion rutificador/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .main import *
# pylint: disable=missing-module-docstring
from .main import Rut, RutDigitoVerificador

0 comments on commit ee4a90c

Please sign in to comment.