We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9202563 commit d2a4281Copy full SHA for d2a4281
1 file changed
.github/workflows/build_and_publish.yml
@@ -68,5 +68,8 @@ jobs:
68
id-token: write
69
steps:
70
- uses: actions/download-artifact@v4
71
+ - name: Move wheels to dist
72
+ run: |
73
+ mv wheels-*/*.whl dist/
74
- name: Publish to PyPI
75
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments