Update publish-to-pypi.yml (#1259)

This commit is contained in:
Omri Mendels
2024-01-22 15:29:55 +02:00
committed by GitHub
parent 748cb88bee
commit 8d08220cec

View File

@@ -13,16 +13,6 @@ steps:
pip install wheel
python setup.py bdist_wheel
workingDirectory: ${{ parameters.WORKING_FOLDER }}
- task: Bash@3
displayName: 'Install locally and test package'
inputs:
targetType: 'inline'
script: |
set -eux # fail on error
python setup.py install
pip install pytest
pytest
workingDirectory: ${{ parameters.WORKING_FOLDER }}
- task: Bash@3
displayName: 'Install twine'
inputs: