Skip to content

Commit 2b96d48

Browse files
committed
Fix CI config
1 parent dac384d commit 2b96d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Publish a Python distribution to PyPI
8787
uses: pypa/gh-action-pypi-publish@release/v1
8888
with:
89-
packages-dir: ./dist/wheelhouse-*
89+
packages-dir: ./dist/
9090
attestations: true
9191

9292
- name: Upload Python packages for release notes

0 commit comments

Comments
 (0)