@@ -8,15 +8,15 @@ provider: pypi
8
8
Travis CI can automatically release your Python package to [ PyPI] ( https://pypi.python.org/ ) after a successful build.
9
9
10
10
{% 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 ) ,
12
12
> you need to escape them before encrypting your password. Some people have [ reported
13
13
> difficulties] ( https://github.com/travis-ci/dpl/issues/377 ) connecting to PyPI
14
14
> with passwords containing anything except alphanumeric characters.
15
15
{% endcapture %}
16
16
17
17
{% include deploy/providers/pypi.md capture=capture %}
18
18
19
- ## Releasing to a self hosted PyPI
19
+ ## Release to a self- hosted PyPI
20
20
21
21
To release to a different PyPI index:
22
22
@@ -28,7 +28,7 @@ deploy:
28
28
` ` `
29
29
{: data-file=".travis.yml"}
30
30
31
- ## Uploading different distributions
31
+ ## Upload different distributions
32
32
33
33
By default, only a source distribution ('sdist') will be uploaded to PyPI.
34
34
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
47
47
48
48
By default, Travis CI runs the deploy step for each `python` and `environment`
49
49
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 :
51
51
52
52
` ` `
53
53
HTTPError: 400 Client Error: File already exists.
0 commit comments