We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4181b4 commit 14cfc0dCopy full SHA for 14cfc0d
tools/fixup-wheels.sh
@@ -12,7 +12,7 @@ set -e
12
wheelhouse=$1
13
fixed_wheelhouse=$2
14
platform=$(uname -s)
15
-gen_record_row=$(pwd)/tools/generate-record-row.py
+gen_record_row=$PWD/tools/generate-record-row.py
16
17
stagedir=$PWD/staging
18
tools/generate-record-row.py
@@ -2,7 +2,7 @@
2
"""
3
Generate wheel metadata RECORD file row for given file.
4
5
-Usefull in cases where you want to postprocess the wheel archive e.g. include
+Useful in cases where you want to postprocess the wheel archive e.g. include
6
additional libraries after the wheel has been build.
7
8
import argparse
0 commit comments