Skip to content

Commit

Permalink
Fixed missing build module from make pypi target
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmoosh committed May 4, 2023
1 parent d32c13a commit 454c01f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PlanetProfile/Utilities/PPverNum.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.3.13-dev
v2.3.13
5 changes: 3 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,9 @@ pypi:
rm -r dist ; \
fi

@# Ensure setuptools, wheel, and twine are the latest versions
@pip install --upgrade setuptools wheel
@# Ensure pip, setuptools, wheel, and twine are the latest versions
@pip install --upgrade pip
@pip install --upgrade setuptools wheel build twine
@# Build the distro based on info in setup.py and MANIFEST.in
@python -m build

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='PlanetProfile',
version='2.3.12',
version='2.3.13',
author='Marshall J. Styczinski',
author_email='marshall.j.styczinski@jpl.nasa.gov',
description='Self-consistent geophysical models for large moons and ocean worlds',
Expand Down

0 comments on commit 454c01f

Please sign in to comment.