We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac384d commit 2b96d48Copy full SHA for 2b96d48
.github/workflows/release.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Publish a Python distribution to PyPI
87
uses: pypa/gh-action-pypi-publish@release/v1
88
with:
89
- packages-dir: ./dist/wheelhouse-*
+ packages-dir: ./dist/
90
attestations: true
91
92
- name: Upload Python packages for release notes
0 commit comments