Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit 126cbc1

Browse files
revert changes to Makefile
1 parent 3608bae commit 126cbc1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,9 @@ wheels:
135135

136136

137137
download-wheels:
138-
python ./scripts/download_wheels.py $(PANDAS_VERSION)
138+
./scripts/download_wheels.py $(PANDAS_VERSION)
139139
# TODO: Fetch from https://www.lfd.uci.edu/~gohlke/pythonlibs/
140140

141141

142142
upload-pypi:
143143
twine upload pandas/dist/pandas-$(PANDAS_VERSION)*.{whl,tar.gz} --skip-existing
144-
145-
# twine upload pandas/dist/pandas-1.0.4*.{whl,tar.gz} --skip-existing

0 commit comments

Comments
 (0)