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 bf8023f commit 252826fCopy full SHA for 252826f
.github/workflows/pypi.yml
@@ -28,7 +28,7 @@ jobs:
28
run: python -m pip install --upgrade pip hatchling hatch-vcs
29
30
- name: Build wheel and sdist
31
- run: python -m pip install hatch && hatch build --outdir dist/
+ run: python -m pip install hatch && hatch build dist/
32
33
- name: Store the distribution packages
34
uses: actions/upload-artifact@v4
0 commit comments