Skip to content

Commit

Permalink
Remove deploy to pypi test in CI (#1410)
Browse files Browse the repository at this point in the history
publishing to test.pypi should not be in the CI because pypi only
allows one unique version number to be published.  It's strictly
for manually testing deployments to pypi
  • Loading branch information
zaro0508 committed Jan 13, 2024
1 parent e064363 commit 27a849c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,6 @@ jobs:

deploy-docs-tag: *docs-job

deploy-pypi-test:
executor: python/default
steps:
- checkout
- run:
name: Test upload to PyPi
command: |
poetry config repositories.test-pypi "https://test.pypi.org/legacy/"
poetry publish --build -r test-pypi -u __token__ -p $TEST_PYPI_API_TOKEN
deploy-pypi-prod:
executor: python/default
steps:
Expand Down Expand Up @@ -246,13 +236,6 @@ workflows:
filters:
branches:
ignore: /^pull\/.*/
- deploy-pypi-test:
context: sceptre-core
requires:
- unit-tests
filters:
branches:
ignore: /^pull\/.*/
- deploy-docs-branch:
context: sceptre-core
requires:
Expand Down

0 comments on commit 27a849c

Please sign in to comment.