Skip to content

Commit 519443a

Browse files
Merge pull request sympy#19288 from oscarbenjamin/tmp_release_script
Fix path to sdist and change dependencies in release script
2 parents 5882a08 + 46bc8d7 commit 519443a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release/rever.xsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ def test_sympy():
8181

8282
./setup.py test
8383

84-
@activity(deps={'_version', 'mailmap_update', 'test_sympy'})
84+
@activity(deps={'_version', 'mailmap_update'})
8585
def source_tarball():
8686
with run_in_conda_env(['mpmath', 'python=3.6'], 'sympy-release'):
8787
# Assumes this is run in Docker and git is already clean
8888
./setup.py sdist --keep-temp
8989

9090

91-
@activity(deps={'_version', 'mailmap_update', 'test_sympy'})
91+
@activity(deps={'_version', 'mailmap_update'})
9292
def wheel():
9393
with run_in_conda_env(['mpmath', 'python=3.6', 'setuptools', 'pip', 'wheel'], 'sympy-release'):
9494
# Assumes this is run in Docker and git is already clean
@@ -163,7 +163,7 @@ def compare_tar_against_git():
163163
164164
See the bottom of the file for the whitelists.
165165
"""
166-
release/compare_tar_against_git.py @(tarball_format['source']) .
166+
release/compare_tar_against_git.py /root/release/@(tarball_format['source']) .
167167

168168
@activity(deps={'source_tarball', 'wheel'})
169169
def print_authors():

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy