We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9eeed7 commit 3d61154Copy full SHA for 3d61154
.travis.yml
@@ -36,8 +36,8 @@ deploy:
36
python: '3.10' # only need this to run once
37
env: UPGRADES=""
38
- provider: pypi
39
- user: "CitrineInformatics"
40
- password: "$PYPI_PASSWORD"
+ user: "__token__"
+ password: "$PYPI_API_TOKEN"
41
distributions: "sdist bdist_wheel"
42
skip_existing: true
43
on:
setup.py
@@ -4,7 +4,7 @@
4
packages.append("")
5
6
setup(name='gemd',
7
- version='1.17.0',
+ version='1.17.1',
8
python_requires='>=3.8',
9
url='http://github.com/CitrineInformatics/gemd-python',
10
description="Python binding for Citrine's GEMD data model",
0 commit comments