File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ appveyor.yml
5858 :language: yaml
5959 :linenos:
6060
61- This file can be downloaded from `here <http ://example. com/to_be_confirmed >`__.
61+ This file can be downloaded from `here <https ://raw.githubusercontent. com/pypa/python-packaging-user-guide/master/source/code/appveyor.yml >`__.
6262
6363The ``appveyor.yml `` file must be located in the root directory of your
6464project. It is in ``YAML `` format, and consists of a number of sections.
@@ -135,7 +135,7 @@ It is possible to request Appveyor to automatically upload wheels. There is a
135135example) copy the built artifacts to a FTP site, or an Amazon S3 instance.
136136Documentation on how to do this is included in the Appveyor guides.
137137
138- Alternatively, it would be possible to add a ``setup.py upload `` step to the
138+ Alternatively, it would be possible to add a ``twine upload `` step to the
139139build. The supplied ``appveyor.yml `` does not do this, as it is not clear that
140140uploading new wheels after every commit is desirable (although some projects
141141may wish to do this).
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ function InstallPackage ($python_home, $pkg) {
7777}
7878
7979function main () {
80- # InstallPython $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
80+ InstallPython $env: PYTHON_VERSION $env: PYTHON_ARCH $env: PYTHON
8181 InstallPip $env: PYTHON
8282 InstallPackage $env: PYTHON wheel
8383}
You can’t perform that action at this time.
0 commit comments