Skip to content

Commit d466fdb

Browse files
authored
Update prerelease-deploy.yml
Replaced Windows commands with linux commands for wheel generation
1 parent 1b1276b commit d466fdb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/prerelease-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,5 @@ jobs:
4343
echo "Python package version: ${{ steps.get_version.outputs.VERSION }}"
4444
sed -i -E -r "s/version = \"(.*)\"/version = \"${{ steps.get_version.outputs.VERSION }}\"/g" setup.py
4545
pip install wheel twine --upgrade wheel twine
46-
python setup.py sdist
47-
pip wheel . -w .\dist\
46+
python setup.py -q sdist bdist_wheel
4847
twine upload --repository-url https://test.pypi.org/legacy/ .\dist\*

0 commit comments

Comments
 (0)