Skip to content

Commit 3d61154

Browse files
authored
Use API token for PyPI auth (#205)
1 parent e9eeed7 commit 3d61154

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ deploy:
3636
python: '3.10' # only need this to run once
3737
env: UPGRADES=""
3838
- provider: pypi
39-
user: "CitrineInformatics"
40-
password: "$PYPI_PASSWORD"
39+
user: "__token__"
40+
password: "$PYPI_API_TOKEN"
4141
distributions: "sdist bdist_wheel"
4242
skip_existing: true
4343
on:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
packages.append("")
55

66
setup(name='gemd',
7-
version='1.17.0',
7+
version='1.17.1',
88
python_requires='>=3.8',
99
url='http://github.com/CitrineInformatics/gemd-python',
1010
description="Python binding for Citrine's GEMD data model",

0 commit comments

Comments
 (0)