Skip to content

Commit

Permalink
No prompt for pip uninstall.
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrymanoim committed Feb 18, 2020
1 parent 5721ab5 commit 686558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install --upgrade pip
pip install --extra-index-url https://test.pypi.org/simple trading-calendars
python -c 'import trading_calendars;print(trading_calendars.__version__)'
pip uninstall trading-calendars
pip uninstall -y trading-calendars
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 686558d

Please sign in to comment.