Skip to content

Commit 258641f

Browse files
committed
rename workflow file
1 parent 8a8716b commit 258641f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml renamed to .github/workflows/install_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-python@v4
1515
with:
1616
python-version: 3.8
17-
- name: Build package
17+
- name: Install package
1818
run: |
1919
pip3 install --upgrade pip
2020
python setup.py install

0 commit comments

Comments
 (0)