Skip to content

Commit

Permalink
build: upgrade pip installer during cd process
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeforest committed Feb 20, 2023
1 parent f025e5e commit dd2d38d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:

- name: Test install from TestPyPI
run: |
pip install --upgrade pip
pip install \
--index-url https://test.pypi.org/simple/ \
--extra-index-url https://pypi.org/simple \
Expand Down

0 comments on commit dd2d38d

Please sign in to comment.