There was an error while loading. Please reload this page.
1 parent c604f0c commit 7cecfaaCopy full SHA for 7cecfaa
1 file changed
.github/workflows/ci.yml
@@ -147,9 +147,13 @@ jobs:
147
with:
148
path: dist
149
150
+ - name: Collect wheels
151
+ run: |
152
+ find dist -name "*.whl" -exec mv {} dist/ \;
153
+
154
- name: Publish Python wheels to PyPI
155
uses: pypa/gh-action-pypi-publish@release/v1
156
157
+ packages-dir: dist
158
user: __token__
159
password: ${{ secrets.PYPI_API_TOKEN }}
- packages_dir: .
0 commit comments