Skip to content

Commit 6f51f54

Browse files
committed
remove temporary testing stuff
1 parent c789c9a commit 6f51f54

2 files changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- sdist-tests
2121
- wheel-build
2222
- wheel-tests
23-
- wheel-publish
2423
secrets: inherit # zizmor: ignore[secrets-inherit]
2524
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main
2625
permissions:
@@ -135,19 +134,3 @@ jobs:
135134
id-token: write
136135
packages: read
137136
pull-requests: read
138-
wheel-publish:
139-
needs: wheel-build
140-
secrets: inherit # zizmor: ignore[secrets-inherit]
141-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@upload-sdists
142-
with:
143-
build_type: pull-request
144-
branch: pull-request/287
145-
package-name: jupyterlab-nvdashboard
146-
publish_to_pypi: false
147-
publish-wheel-search-key: jupyterlab-nvdashboard_wheel_python_jupyterlab-nvdashboard
148-
permissions:
149-
actions: read
150-
contents: read
151-
id-token: write
152-
packages: read
153-
pull-requests: read

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.15.18
11+
rev: v0.15.19
1212
hooks:
1313
- id: ruff-check
1414
args: ["--fix"]

0 commit comments

Comments
 (0)