From c97b0e0d960dbcda8c718985d40324689e980732 Mon Sep 17 00:00:00 2001 From: mos 9527 Date: Wed, 6 Mar 2024 19:33:52 +0800 Subject: [PATCH] Version 1.6.14 Backported `session=` keyword usage to specify session used for API Calls from the async branch (#57) Fixed M3U(8) playlist saved by `--save-m3u` failing because of the omitted TrackDownloadTask Updated Github Actions --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index e59b50b..7ea2e0f 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -34,7 +34,7 @@ jobs: uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} + password: ${{ secrets.PYPI_API_TOKEN_2 }} build_windows: runs-on: windows-latest