Skip to content

Commit

Permalink
No need to over-check things
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 3, 2024
1 parent 87de66a commit 39926f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ jobs:
with:
name: ${{ github.event.repository.name }}-build-${{ matrix.short_sha }}
path: ./dist/*
- name: Test package
run: >
uv run --no-progress
--with "${{ needs.project-metadata.outputs.package_name }}" --no-project --
python -c "import ${{ needs.project-metadata.outputs.package_name }}"
- name: Validates package metadata
# XXX These checks might be replaced by uv one day:
# https://github.com/astral-sh/uv/issues/8641
Expand Down
1 change: 0 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
> This version is not released yet and is under active development.
- Fix upload to PyPi on release.
- Check for built package through `uv`.
- Remove unused `uv_requirement_params` in metadata.

## [4.7.0 (2024-11-03)](https://github.com/kdeldycke/workflows/compare/v4.6.1...v4.7.0)
Expand Down

0 comments on commit 39926f4

Please sign in to comment.