Skip to content

Commit

Permalink
Remove distribution rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Dec 12, 2024
1 parent 915e9e0 commit 46f595d
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ALL_EXECUTABLE_SPEC_NAMES = \
capella \
deneb \
electra \
fulu \
fulu \
whisk \
eip6800 \
eip7732
Expand Down Expand Up @@ -68,23 +68,6 @@ $(VENV): requirements_preinstallation.txt
@python3 -m venv $(VENV)
@$(PIP_VENV) install -r requirements_preinstallation.txt

###############################################################################
# Distribution
###############################################################################

# The pyspec is rebuilt to enforce the /specs being part of eth2specs source
# distribution. It could be forgotten otherwise.
dist_build: $(VENV) pyspec
@$(PYTHON_VENV) setup.py sdist bdist_wheel

# Check the distribution for issues.
dist_check: $(VENV)
@$(PYTHON_VENV) -m twine check dist/*

# Upload the distribution to PyPI.
dist_upload: $(VENV)
@$(PYTHON_VENV) -m twine upload dist/*

###############################################################################
# Specification
###############################################################################
Expand Down

0 comments on commit 46f595d

Please sign in to comment.