Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit c8f9a85

Browse files
committed
update github action
1 parent 47217fd commit c8f9a85

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/test_n_pub.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
name: Distribution
7070
runs-on: ubuntu-latest
7171
needs: tests
72+
permissions:
73+
id-token: write
7274
if: startsWith(github.ref, 'refs/tags')
7375
steps:
7476
- uses: actions/checkout@v4
@@ -102,5 +104,5 @@ jobs:
102104

103105
- name: Publish distribution 📦 to PyPI
104106
uses: pypa/gh-action-pypi-publish@release/v1
105-
with:
106-
password: ${{ secrets.PYPI_API_TOKEN }}
107+
# with:
108+
# password: ${{ secrets.PYPI_API_TOKEN }}

ffmpegio

0 commit comments

Comments
 (0)