Skip to content

Commit

Permalink
Forcing use of pypi.org as package repository.
Browse files Browse the repository at this point in the history
This way I don't accidentally pick up artifactory
(work repo) when I sync or something.
  • Loading branch information
abingham committed Nov 10, 2024
1 parent f8a1f93 commit 954c6bd
Show file tree
Hide file tree
Showing 3 changed files with 946 additions and 945 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Python
run: uv python install ${{ matrix.python-version }}
- name: Install dependencies
run: uv sync -i https://pypi.org/simple # Ignore download URLs in uv.lock.
run: uv sync
- name: Lint with ruff
run: |
uv run ruff check .
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ dev-dependencies = [
"sphinx",
"sphinx-rtd-theme",
]
index-url = "https://pypi.org/simple"

[tool.setuptools.packages.find]
where = ["src"]
Expand Down
Loading

0 comments on commit 954c6bd

Please sign in to comment.