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 bdbe035 commit 899da44Copy full SHA for 899da44
release/rever.xsh
@@ -259,8 +259,8 @@ def test_tarball(py_version):
259
260
261
with run_in_conda_env(['python=%s' % py_version], 'test-install-%s' % py_version):
262
- cp @('/root/release/{source}'.format(**tarball_format)) @("releasetar.tar".format(**tarball_format))
263
- tar xvf releasetar.tar
+ cp @('/root/release/{source}'.format(**tarball_format)) @("releasetar.tar.gz".format(**tarball_format))
+ tar xvf releasetar.tar.gz
264
265
cd @("/root/{source-orig-notar}".format(**tarball_format))
266
python setup.py install
0 commit comments