Skip to content

Commit afbe530

Browse files
jwoddertheacodes
authored andcommitted
Replace tar command with something that works (pypa#552)
1 parent d163acc commit afbe530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/dropping-older-python-versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The file contains a set of keys and values, the list of keys is part of the PyPa
6969

7070
You can see the contents of the generated file like this::
7171

72-
tar xvfz dist/my-package-1.0.0.tar.gz -O | cat */PKG-INFO
72+
tar xfO dist/my-package-1.0.0.tar.gz my-package-1.0.0/PKG-INFO
7373

7474
Validate that the following is in place, before publishing the package:
7575

0 commit comments

Comments
 (0)