Skip to content

Commit fbbc04f

Browse files
committed
[misc] Fix mistakes in deploy workflow
1 parent b0b61d4 commit fbbc04f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Package repobee-junit4
2020
run: |
2121
python -m pip install --upgrade pip wheel
22-
python -m pip install -r requirements/requirements.txt
22+
python -m pip install -r requirements.txt
2323
python -m pip install .
2424
python setup.py sdist bdist_wheel
25-
- name: Publish RepoBee to PyPi
25+
- name: Publish repobee-junit4 to PyPi
2626
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f # v1.4.1
2727
with:
2828
user: __token__

0 commit comments

Comments
 (0)