mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-26 04:40:54 -05:00
Update publish-to-pypi.yml (#1259)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user