Skip to content

Commit 954c6bd

Browse files
committed
Forcing use of pypi.org as package repository.
This way I don't accidentally pick up artifactory (work repo) when I sync or something.
1 parent f8a1f93 commit 954c6bd

File tree

3 files changed

+946
-945
lines changed

3 files changed

+946
-945
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Python
2727
run: uv python install ${{ matrix.python-version }}
2828
- name: Install dependencies
29-
run: uv sync -i https://pypi.org/simple # Ignore download URLs in uv.lock.
29+
run: uv sync
3030
- name: Lint with ruff
3131
run: |
3232
uv run ruff check .

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ dev-dependencies = [
7474
"sphinx",
7575
"sphinx-rtd-theme",
7676
]
77+
index-url = "https://pypi.org/simple"
7778

7879
[tool.setuptools.packages.find]
7980
where = ["src"]

0 commit comments

Comments
 (0)