Skip to content

Commit 44ba539

Browse files
committed
Fix workflow bugs
1 parent 73ba3ae commit 44ba539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format_and_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Install dependencies
2121
run: uv sync --extra dev
2222
- name: Run pre-commit
23-
run : uv run pre-commit run --all-files --show-diff-on-failure --color=always
23+
run: uv run pre-commit run --all-files --show-diff-on-failure --color=always

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Publish to pypi
2121
env:
2222
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
23-
run: uv publish --token $PYPI_API_TOKEN
23+
run: uv publish --token "$PYPI_API_TOKEN"

0 commit comments

Comments
 (0)