File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 runs-on : ubuntu-latest
6565 environment :
6666 name : testpypi
67- url : https://test.pypi.org/p/odf-decrypt
67+ url : https://test.pypi.org/p/odfdecrypt
6868 permissions :
6969 id-token : write
7070
8686 runs-on : ubuntu-latest
8787 environment :
8888 name : pypi
89- url : https://pypi.org/p/odf-decrypt
89+ url : https://pypi.org/p/odfdecrypt
9090 permissions :
9191 id-token : write
9292
Original file line number Diff line number Diff line change @@ -93,17 +93,17 @@ jobs:
9393 - name : Run pycln (remove unused imports)
9494 run : |
9595 uv pip install pycln
96- uv run pycln --all --check odf_decrypt
96+ uv run pycln --all --check odfdecrypt
9797
9898 - name : Run isort (import sorting)
9999 run : |
100100 uv pip install isort
101- uv run isort --profile black --check-only odf_decrypt
101+ uv run isort --profile black --check-only odfdecrypt
102102
103103 - name : Run black (code formatting)
104104 run : |
105105 uv run black --check .
106106
107107 - name : Run flake8 (linting)
108108 run : |
109- uv run flake8 odf_decrypt --extend-ignore=E203,E501
109+ uv run flake8 odfdecrypt --extend-ignore=E203,E501
You can’t perform that action at this time.
0 commit comments