Skip to content

Commit

Permalink
adjust pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-douglass committed Apr 28, 2023
1 parent f174355 commit b4822ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/full-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ stages:
artifact: working
- script: |
set -xv # Echo commands before they are run
sudo env "PATH=$PATH" python -m pip install --no-cache-dir 'urllib3<2' twine
sudo env "PATH=$PATH" python -m pip install --no-cache-dir -U 'urllib3<2' twine
ls dist
twine upload --skip-existing dist/*
workingDirectory: $(Pipeline.Workspace)/working/
Expand Down

0 comments on commit b4822ce

Please sign in to comment.