Skip to content

Commit

Permalink
[misc] Fix mistakes in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse committed Sep 25, 2022
1 parent b0b61d4 commit fbbc04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Package repobee-junit4
run: |
python -m pip install --upgrade pip wheel
python -m pip install -r requirements/requirements.txt
python -m pip install -r requirements.txt
python -m pip install .
python setup.py sdist bdist_wheel
- name: Publish RepoBee to PyPi
- name: Publish repobee-junit4 to PyPi
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f # v1.4.1
with:
user: __token__
Expand Down

0 comments on commit fbbc04f

Please sign in to comment.