Skip to content

Commit

Permalink
Merge pull request #127 from narumiruna/remove-pip-from-dev
Browse files Browse the repository at this point in the history
DEP: remove pip from dev
  • Loading branch information
narumiruna authored Nov 9, 2024
2 parents 8d8df3f + ac04975 commit c832303
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: uv python install ${{ matrix.python-version }}
- name: Publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
uv build --wheel
uv publish --token $PYPI_TOKEN
uv publish
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Lint
run: uv run ruff check .
- name: Type check
run: uv run mypy --install-types --non-interactive .
run: uv run mypy .
- name: Test
run: uv run pytest -v -s --cov=src --cov-report=xml tests
- name: Upload coverage reports to Codecov
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = [
"mypy>=1.13.0",
"pip>=24.2",
"pytest>=8.3.3",
"pytest-cov>=5.0.0",
"ruff>=0.7.1",
Expand Down
11 changes: 0 additions & 11 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c832303

Please sign in to comment.