mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-07 02:03:49 -08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97f5bb9cb3 | ||
|
|
b09fdbf69b | ||
|
|
071c46cad9 | ||
|
|
5d32503ff9 |
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -42,6 +42,12 @@ jobs:
|
|||||||
# IMPORTANT: this permission is mandatory for trusted publishing
|
# IMPORTANT: this permission is mandatory for trusted publishing
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
|
# Dedicated environments with protections for publishing are strongly recommended.
|
||||||
|
environment:
|
||||||
|
name: pypi
|
||||||
|
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
|
||||||
|
# url: https://pypi.org/p/YOURPROJECT
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Retrieve release distributions
|
- name: Retrieve release distributions
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "viu_cli"
|
name = "viu_cli"
|
||||||
version = "3.2.4"
|
version = "3.2.6"
|
||||||
description = "A browser anime site experience from the terminal"
|
description = "A browser anime site experience from the terminal"
|
||||||
license = "UNLICENSE"
|
license = "UNLICENSE"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@@ -21,7 +21,9 @@ standard = [
|
|||||||
"thefuzz>=0.22.1",
|
"thefuzz>=0.22.1",
|
||||||
"yt-dlp>=2025.7.21",
|
"yt-dlp>=2025.7.21",
|
||||||
"pycryptodomex>=3.23.0",
|
"pycryptodomex>=3.23.0",
|
||||||
"dbus-python>=1.4.0",
|
"pypiwin32; sys_platform == 'win32'", # For Windows-specific functionality
|
||||||
|
"pyobjc; sys_platform == 'darwin'", # For macOS-specific functionality
|
||||||
|
"dbus-python; sys_platform == 'linux'", # For Linux-specific functionality (e.g., notifications),
|
||||||
"plyer>=2.1.0",
|
"plyer>=2.1.0",
|
||||||
"lxml>=6.0.0"
|
"lxml>=6.0.0"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user