diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0e98c50..2cf383f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: python-version: 3.12 - name: Install dependencies - run: make setup-python + run: make install-python - name: Build package distributions run: make build