We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3d72a3 + 1463aea commit 54b9fb8Copy full SHA for 54b9fb8
.travis.yml
@@ -31,8 +31,8 @@ deploy:
31
python: '3.10' # only need this to run once
32
env: UPGRADES=""
33
- provider: pypi
34
- user: CitrineInformatics
35
- password: "$PYPI_PASSWORD"
+ user: "__token__"
+ password: "$PYPI_API_TOKEN"
36
distributions: sdist bdist_wheel
37
skip_existing: true
38
on:
src/citrine/__version__.py
@@ -1 +1 @@
1
-__version__ = "2.42.1"
+__version__ = "2.42.2"
0 commit comments