Skip to content

Commit

Permalink
chore: hide top-level setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Mar 24, 2022
1 parent fe22c3f commit da1dd85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ if [[ $1 == "final" ]]; then

pub_pypi client
pub_pypi server
cp scripts/MANIFEST.in ./
cp scripts/setup.py ./
pub_pypi "."

Expand All @@ -108,6 +109,7 @@ elif [[ $1 == 'rc' ]]; then

pub_pypi client
pub_pypi server
cp scripts/MANIFEST.in ./
cp scripts/setup.py ./
pub_pypi "."

Expand All @@ -129,6 +131,7 @@ else

pub_pypi client
pub_pypi server
cp scripts/MANIFEST.in ./
cp scripts/setup.py ./
pub_pypi "."
fi

0 comments on commit da1dd85

Please sign in to comment.