Skip to content

Commit

Permalink
Version 1.6.14
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mos9527 committed Mar 6, 2024
1 parent 5624852 commit c97b0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c97b0e0

Please sign in to comment.