Skip to content

Commit

Permalink
👷 Force use path
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Oct 20, 2023
1 parent 4db2998 commit 4b47b89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: echo "Running on ${{ matrix.directory }}"
- name: "Check package build - ${{ matrix.directory }} 📦"
uses: hynek/build-and-inspect-python-package@v1
with:
path: ${{ matrix.directory }}

# Upload to Test PyPI on every commit on main
release-test-pypi:
Expand Down

0 comments on commit 4b47b89

Please sign in to comment.