Skip to content

Commit ff2059c

Browse files
committed
ci(release): rename step in GitHub Actions workflow
1 parent ed779d7 commit ff2059c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Install
14+
- name: Install and Upgrade
1515
run: |
1616
python -m pip install --upgrade pip xpip-build xpip-upload
1717
python -m pip --version
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v3
31-
- name: Install
31+
- name: Install from PyPI
3232
run: |
3333
python -m pip install -r requirements.txt
3434
PKGNAME=$(python setup.py --name)

0 commit comments

Comments
 (0)