Skip to content

Commit 0eec0c7

Browse files
committed
Correct a few typos
1 parent 8555187 commit 0eec0c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/appveyor.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

6363
The ``appveyor.yml`` file must be located in the root directory of your
6464
project. 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
135135
example) copy the built artifacts to a FTP site, or an Amazon S3 instance.
136136
Documentation 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
139139
build. The supplied ``appveyor.yml`` does not do this, as it is not clear that
140140
uploading new wheels after every commit is desirable (although some projects
141141
may wish to do this).

source/code/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function InstallPackage ($python_home, $pkg) {
7777
}
7878

7979
function 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
}

0 commit comments

Comments
 (0)