Skip to content

Commit

Permalink
rename download_wheels_github.py -> download_wheels.py
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 20, 2024
1 parent fdc14e4 commit 161ce41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ include scripts/internal/bench_oneshot_2.py
include scripts/internal/check_broken_links.py
include scripts/internal/clinter.py
include scripts/internal/convert_readme.py
include scripts/internal/download_wheels_github.py
include scripts/internal/download_wheels.py
include scripts/internal/generate_manifest.py
include scripts/internal/git_pre_commit.py
include scripts/internal/install-sysdeps.sh
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ sdist: ## Create tar.gz source distribution.
$(PYTHON_ENV_VARS) $(PYTHON) setup.py sdist

download-wheels: ## Download latest wheels hosted on github.
$(PYTHON_ENV_VARS) $(PYTHON) scripts/internal/download_wheels_github.py --tokenfile=~/.github.token
$(PYTHON_ENV_VARS) $(PYTHON) scripts/internal/download_wheels.py --tokenfile=~/.github.token
${MAKE} print-dist

create-wheels: ## Create .whl files
Expand Down
File renamed without changes.

0 comments on commit 161ce41

Please sign in to comment.