Skip to content

Commit

Permalink
Remove publishing to test PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs authored Feb 8, 2024
1 parent 196a17a commit 1f7208f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pipelines/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ jobs:
ls dist
displayName: Build
- script: |
set -xv # Echo commands before they are run
sudo env "PATH=$PATH" python -m pip install --no-cache-dir twine
ls dist
twine upload --skip-existing --repository-url $TEST_REPOSITORY_URL dist/*
displayName: Deploy to Test PyPI
env:
TWINE_USERNAME: $(twineUsername)
TWINE_PASSWORD: $(twinePassword)
- script: |
set -xv # Echo commands before they are run
sudo env "PATH=$PATH" python -m pip install --no-cache-dir twine
Expand Down

0 comments on commit 1f7208f

Please sign in to comment.