Skip to content

Commit 54b9fb8

Browse files
authored
Merge pull request #911 from CitrineInformatics/bugfix/update-pypi-auth
Use API token for PyPI auth.
2 parents f3d72a3 + 1463aea commit 54b9fb8

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
@@ -31,8 +31,8 @@ deploy:
3131
python: '3.10' # only need this to run once
3232
env: UPGRADES=""
3333
- provider: pypi
34-
user: CitrineInformatics
35-
password: "$PYPI_PASSWORD"
34+
user: "__token__"
35+
password: "$PYPI_API_TOKEN"
3636
distributions: sdist bdist_wheel
3737
skip_existing: true
3838
on:

src/citrine/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.42.1"
1+
__version__ = "2.42.2"

0 commit comments

Comments
 (0)