We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3f4c4 commit f0010e3Copy full SHA for f0010e3
.github/workflows/build_and_publish.yml
@@ -59,6 +59,7 @@ jobs:
59
- uses: actions/download-artifact@v4
60
- name: Move wheels to dist
61
run: |
62
+ mkdir dist/
63
mv dist-*/*.whl dist/
64
- name: Publish to PyPI
65
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments