Skip to content

Commit bd606d0

Browse files
committed
Volver a API token
1 parent dc3a6c0 commit bd606d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish-package.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88

99
pypi-publish:
1010
runs-on: ubuntu-latest
11-
permissions:
12-
id-token: write
11+
#permissions:
12+
# id-token: write
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Publish to PyPI
3131
uses: pypa/gh-action-pypi-publish@release/v1
32-
# with:
33-
# user: cortega
34-
# password: ${{ secrets.rutificador }}
32+
with:
33+
user: cortega
34+
password: ${{ secrets.rutificador }}
3535

0 commit comments

Comments
 (0)