Skip to content

Commit 6c1610a

Browse files
committed
None
1 parent eb7807d commit 6c1610a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/publish-package.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ jobs:
99
pypi-publish:
1010
name: upload release to Pypi
1111
runs-on: ubuntu-latest
12-
environment: release
13-
#permissions:
14-
# id-token: write
12+
permissions:
13+
id-token: write
1514

1615
steps:
1716
- uses: actions/checkout@v4
@@ -31,7 +30,7 @@ jobs:
3130

3231
- name: Publish to PyPI
3332
uses: pypa/gh-action-pypi-publish@release/v1
34-
with:
35-
user: cortega
36-
password: ${{ secrets.rutificador }}
33+
#with:
34+
# user: cortega
35+
# password: ${{ secrets.rutificador }}
3736

0 commit comments

Comments
 (0)