Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Puiching-Memory committed Jul 6, 2024
1 parent e235bf6 commit 3040f7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
steps:
- name: Download distribution packages
uses: actions/download-artifact@v4
with:
path: dist/pylibde265-${{ matrix.os }}-${{ matrix.python-version }}/
with:
name: pylibde265-${{ matrix.os }}-${{ matrix.python-version }}
path: dist/

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 3040f7d

Please sign in to comment.