We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1276b commit d466fdbCopy full SHA for d466fdb
1 file changed
.github/workflows/prerelease-deploy.yml
@@ -43,6 +43,5 @@ jobs:
43
echo "Python package version: ${{ steps.get_version.outputs.VERSION }}"
44
sed -i -E -r "s/version = \"(.*)\"/version = \"${{ steps.get_version.outputs.VERSION }}\"/g" setup.py
45
pip install wheel twine --upgrade wheel twine
46
- python setup.py sdist
47
- pip wheel . -w .\dist\
+ python setup.py -q sdist bdist_wheel
48
twine upload --repository-url https://test.pypi.org/legacy/ .\dist\*
0 commit comments