Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-roeder committed Jan 15, 2025
1 parent 7f18e59 commit 5fcda9d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- ubuntu-24.04
- windows-2022
python-version: ["3.11", "3.12"]
is-draft-pr:
is-draft-pr:
- ${{ github.event.pull_request.draft }}
include:
- python-version: "3.11"
Expand All @@ -51,7 +51,7 @@ jobs:

- name: Lint (ruff)
run: |
uv run --frozen ruff check . --config pyproject.toml --no-fix ${{ matrix.format-for-github && '--output-format=github' }}
uv run --frozen ruff check . --config pyproject.toml --no-fix ${{ matrix.format-for-github && '--output-format=github' }}
- name: Typing (pyright)
run: |
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- ubuntu-24.04
- windows-2022
python-version: ["3.11", "3.12"]
is-draft-pr:
is-draft-pr:
- ${{ github.event.pull_request.draft }}
exclude:
# skip Windows jobs on draft PRs because they are slow
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Restore clean Git working directory
# clean Git working directory is needed for the next bumpversion call
# we only need the version result from the first `patch` bump which is stored as a step output
run: git restore .
run: git restore .

- name: Bump version snapshot time
uses: bakdata/ci-templates/actions/bump-version@1.50.4
Expand All @@ -183,7 +183,6 @@ jobs:
run: uv publish
env:
UV_PUBLISH_URL: https://test.pypi.org/legacy/
UV_PUBLISH_TOKEN: ${{ secrets.TEST_PYPI_TOKEN }}

publish-docs-from-main:
name: Publish docs (main)
Expand Down

0 comments on commit 5fcda9d

Please sign in to comment.