Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0feb2a8

Browse files
committed
Use trusted publishing
1 parent75a599a commit0feb2a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎.github/workflows/dist.yml‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
runs-on:ubuntu-latest
7171
needs:[check, check-doc, test]
7272
if:github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
73+
permissions:
74+
id-token:write
7375

7476
steps:
7577
-uses:actions/checkout@v4
@@ -86,6 +88,3 @@ jobs:
8688
run:python setup.py sdist bdist_wheel
8789
-name:Publish to PyPI
8890
uses:pypa/gh-action-pypi-publish@release/v1
89-
with:
90-
user:__token__
91-
password:${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp