Skip to content

Commit

Permalink
Avoid checkout with dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Oct 4, 2024
1 parent 3715da3 commit 62cb7b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/matrix-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
dry-run: ${{ env.dry_run }}
token: ${{ secrets.PYPI_TOKEN }}
checkout: 'false'

0 comments on commit 62cb7b5

Please sign in to comment.