Skip to content

Commit 3fa9a84

Browse files
authored
Merge pull request #146 from rcjackson/v220
FIX: GitHub Actions upload
2 parents ced6635 + 544db60 commit 3fa9a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/download-artifact@v4
6666
with:
6767
name: releases
68-
path: dist
68+
path: .
6969
- name: Publish package to PyPI
7070
uses: pypa/gh-action-pypi-publish@v1.10.2
7171
with:

0 commit comments

Comments
 (0)