Skip to content

Commit

Permalink
Only build tests/pipelines once per PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kroenlein committed Dec 21, 2023
1 parent daa5f04 commit 8233a2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ install:
script:
- bash scripts/run_tests.sh
- test "$UPGRADES" != "" || test $TRAVIS_PYTHON_VERSION != "3.10" || bash scripts/build_docs.sh
branches:
only:
- main
- /^v[\.0-9]+$/
deploy:
- provider: pages
skip_cleanup: true
Expand All @@ -25,7 +29,7 @@ deploy:
on:
tags: true
python: '3.10' # only need this to run once
env: PIP_UPDATE=""
env: UPGRADES=""
- provider: pypi
user: CitrineInformatics
password: "$PYPI_PASSWORD"
Expand Down
2 changes: 1 addition & 1 deletion src/citrine/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.42.0"
__version__ = "2.42.1"

0 comments on commit 8233a2d

Please sign in to comment.