Skip to content

Commit

Permalink
Fixed artifact path for publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
domi007 authored and p1-ra committed Nov 2, 2022
1 parent 93b1704 commit 3c7355f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: download artifact
uses: actions/download-artifact@v3
with:
name: artifact
path: dist/
- name: publish built artifacts to test.pypi.org
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 3c7355f

Please sign in to comment.