Skip to content

Commit

Permalink
Test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Sep 20, 2024
1 parent 97dac4b commit f6eaa97
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,7 @@ jobs:
RUST_LOG: uv=debug,uv_publish=trace
UV_TEST_PUBLISH_TOKEN: ${{ secrets.UV_TEST_PUBLISH_TOKEN }}
UV_TEST_PUBLISH_PASSWORD: ${{ secrets.UV_TEST_PUBLISH_PASSWORD }}
UV_TEST_PUBLISH_GITLAB_PAT: ${{ secrets.UV_TEST_PUBLISH_GITLAB_PAT }}

cache-test-ubuntu:
timeout-minutes: 10
Expand Down
1 change: 0 additions & 1 deletion crates/uv-publish/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ distribution-filename = { workspace = true }
uv-client = { workspace = true }
uv-fs = { workspace = true }
uv-metadata = { workspace = true }
uv-warnings = { workspace = true }

async-compression = { workspace = true }
base64 = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish/test_publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def publish_project(project_name: str, uv: Path):
"astral-test-gitlab-pat",
],
cwd=cwd.joinpath(project_name),
env=env
env=env,
)
else:
raise ValueError(f"Unknown project name: {project_name}")
Expand Down

0 comments on commit f6eaa97

Please sign in to comment.