Skip to content

Commit ee4a90c

Browse files
committed
environment: release
1 parent 6c1610a commit ee4a90c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
pypi-publish:
1010
name: upload release to Pypi
1111
runs-on: ubuntu-latest
12+
environment: release
1213
permissions:
1314
id-token: write
1415

rutificador/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
from .main import *
1+
# pylint: disable=missing-module-docstring
2+
from .main import Rut, RutDigitoVerificador

0 commit comments

Comments
 (0)