Skip to content

Commit 59d2a58

Browse files
authored
Update pypi.md
1 parent 5989cc7 commit 59d2a58

File tree

1 file changed

+4
-4
lines changed
  • user/deployment-v2/providers

1 file changed

+4
-4
lines changed

user/deployment-v2/providers/pypi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ provider: pypi
88
Travis CI can automatically release your Python package to [PyPI](https://pypi.python.org/) after a successful build.
99

1010
{% capture content %}
11-
> Note that if your PyPI password contains [special > characters](/user/encryption-keys/#note-on-escaping-certain-symbols)
11+
> Note that if your PyPI password contains [special > characters](/user/encryption-keys/#note-on-escaping-certain-symbols),
1212
> you need to escape them before encrypting your password. Some people have [reported
1313
> difficulties](https://github.com/travis-ci/dpl/issues/377) connecting to PyPI
1414
> with passwords containing anything except alphanumeric characters.
1515
{% endcapture %}
1616

1717
{% include deploy/providers/pypi.md capture=capture %}
1818

19-
## Releasing to a self hosted PyPI
19+
## Release to a self-hosted PyPI
2020

2121
To release to a different PyPI index:
2222

@@ -28,7 +28,7 @@ deploy:
2828
```
2929
{: data-file=".travis.yml"}
3030
31-
## Uploading different distributions
31+
## Upload different distributions
3232
3333
By default, only a source distribution ('sdist') will be uploaded to PyPI.
3434
If you would like to upload different distributions, specify them using the `distributions` option, like this:
@@ -47,7 +47,7 @@ If you specify `bdist_wheel` in the distributions, the `wheel` package will auto
4747

4848
By default, Travis CI runs the deploy step for each `python` and `environment`
4949
that you specify. Many of these will generate competing build artifacts that
50-
will fail to upload to pypi with a message something like this:
50+
will fail to upload to PyPI with a message something like this:
5151

5252
```
5353
HTTPError: 400 Client Error: File already exists.

0 commit comments

Comments
 (0)