Skip to content

Commit 390b232

Browse files
committed
Edit workflow
1 parent 54ec5e8 commit 390b232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ff-publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
pip install setuptools wheel twine
1919
- name: Build and publish
2020
env:
21-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
22-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
21+
TWINE_USERNAME: __token__
22+
TWINE_PASSWORD: ${{ secrets.AE_FF_TOKEN }}
2323
run: |
2424
cd ae-ffmpeg
2525
mv ae_ffmpeg/Windows ./

0 commit comments

Comments
 (0)