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 e982316 commit 8aff5e5Copy full SHA for 8aff5e5
.github/workflows/release.yaml
@@ -70,7 +70,7 @@ jobs:
70
pip install setuptools wheel
71
- name: Build and publish
72
run: |
73
- pip wheel .
+ pip wheel . -w dist
74
- name: Publish package
75
uses: pypa/gh-action-pypi-publish@master
76
with:
0 commit comments