We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents daa5f04 + 8233a2d commit f3d72a3Copy full SHA for f3d72a3
.travis.yml
@@ -16,6 +16,10 @@ install:
16
script:
17
- bash scripts/run_tests.sh
18
- test "$UPGRADES" != "" || test $TRAVIS_PYTHON_VERSION != "3.10" || bash scripts/build_docs.sh
19
+branches:
20
+ only:
21
+ - main
22
+ - /^v[\.0-9]+$/
23
deploy:
24
- provider: pages
25
skip_cleanup: true
@@ -25,7 +29,7 @@ deploy:
29
on:
26
30
tags: true
27
31
python: '3.10' # only need this to run once
28
- env: PIP_UPDATE=""
32
+ env: UPGRADES=""
33
- provider: pypi
34
user: CitrineInformatics
35
password: "$PYPI_PASSWORD"
src/citrine/__version__.py
@@ -1 +1 @@
1
-__version__ = "2.42.0"
+__version__ = "2.42.1"
0 commit comments