1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

Merge branch 'master' into belono/issue665

This commit is contained in:
Benito López 2025-02-21 19:00:22 +01:00 committed by GitHub
commit 9a6efe0853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ jobs:
env:
ESCPOS_CAPABILITIES_FILE: D:\a\python-escpos\python-escpos\capabilities-data\dist\capabilities.json
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:

View File

@ -54,7 +54,7 @@ jobs:
env:
ESCPOS_CAPABILITIES_FILE: /home/runner/work/python-escpos/python-escpos/capabilities-data/dist/capabilities.json
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:

View File

@ -4,7 +4,7 @@ blinker==1.6.2
click==8.1.3
Flask==2.3.2
itsdangerous==2.1.2
Jinja2==3.1.4
Jinja2==3.1.5
MarkupSafe==2.1.2
Pillow==10.3.0
pycups==2.0.1

View File

@ -373,7 +373,7 @@ ESCPOS_COMMANDS: List[Dict[str, Any]] = [
{
"option_strings": ("--font",),
"help": "Font choice",
"choices": ["left", "center", "right"],
"choices": ["A", "B"],
},
{
"option_strings": ("--text_type",),