Skip to content

Commit

Permalink
Correct release configuration, again (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroenlein authored Dec 15, 2023
1 parent 4aa6955 commit 1a9f032
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,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 Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
packages.append("")

setup(name='gemd',
version='1.16.6',
version='1.16.7',
python_requires='>=3.8',
url='http://github.com/CitrineInformatics/gemd-python',
description="Python binding for Citrine's GEMD data model",
Expand Down

0 comments on commit 1a9f032

Please sign in to comment.