Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/peekxc/primate
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 22, 2024
2 parents aa67292 + 6f48a75 commit b04e235
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,9 @@ jobs:
# if: github.event_name == 'release' && github.event.action == 'published'
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: |
dist
wheelhouse
dist/wheelhouse
pattern: wheels-*
path: dist
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit b04e235

Please sign in to comment.