Skip to content

Commit

Permalink
Fix publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinet committed Feb 8, 2025
1 parent 66b2e94 commit 3117f50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dist_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,11 @@ jobs:
- name: Install dependencies
run: |
pip install twine
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4
with:
name: pydffi-wheels
pattern: pydffi-wheels-*
path: wheelhouse
merge-multiple: true
- name: Publish to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit 3117f50

Please sign in to comment.