We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1721a8b commit 49d0ffdCopy full SHA for 49d0ffd
.github/workflows/pypi_build.yaml
@@ -60,9 +60,9 @@ jobs:
60
- name: Install depen
61
run: python3 -m pip install setuptools_scm
62
- name: Build a source tarball
63
- run: python -m build --sdist
+ run: PYPI_ROUTINE=TRUE python -m build --sdist
64
65
- run: python -m build --wheel
+ run: PYPI_ROUTINE=TRUE python -m build --wheel
66
- name: Find the wheel created during pip install
67
run:
68
python3 -m pip cache dir
0 commit comments