diff --git a/.github/workflows/matrix-publisher.yml b/.github/workflows/matrix-publisher.yml index cde2fa3e..244178a7 100644 --- a/.github/workflows/matrix-publisher.yml +++ b/.github/workflows/matrix-publisher.yml @@ -44,8 +44,8 @@ jobs: python update-toml.py pyproject.toml "${{ matrix.project_names }}" shell: bash - - name: Build the package - run: | - rm -rf dist/ build/ *.egg-info - python -m build - shell: bash + - uses: thevickypedia/pypi-publisher@v3.2 + with: + dry-run: ${{ env.dry_run }} + token: ${{ secrets.PYPI_TOKEN }} + checkout: 'false'