Skip to content

Commit ee91fca

Browse files
committed
Cambio de API a Trusted Publisher
1 parent f10473d commit ee91fca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-package.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ on:
66

77
jobs:
88

9-
build-and-publish:
9+
pypi-publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
1113

1214
steps:
1315
- uses: actions/checkout@v4
@@ -27,6 +29,4 @@ jobs:
2729

2830
- name: Publish to PyPI
2931
uses: pypa/gh-action-pypi-publish@release/v1
30-
with:
31-
user: cortega
32-
password: ${{ secrets.rutificador }}
32+

0 commit comments

Comments
 (0)