Skip to content

Commit

Permalink
Update scripts/build_pypi_package.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Aliaksei Urbanski <[email protected]>
  • Loading branch information
WilliamBergamin and Jamim authored Nov 30, 2023
1 parent 1f8ae55 commit 8e9fb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_pypi_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

script_dir=`dirname $0`
cd ${script_dir}/..
rm -rf ./slack_bolt.egg-info
rm -rf ./slack_sdk.egg-info

pip install -U pip && \
pip install twine build && \
Expand Down

0 comments on commit 8e9fb8a

Please sign in to comment.