We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b61d4 commit fbbc04fCopy full SHA for fbbc04f
.github/workflows/deploy.yml
@@ -19,10 +19,10 @@ jobs:
19
- name: Package repobee-junit4
20
run: |
21
python -m pip install --upgrade pip wheel
22
- python -m pip install -r requirements/requirements.txt
+ python -m pip install -r requirements.txt
23
python -m pip install .
24
python setup.py sdist bdist_wheel
25
- - name: Publish RepoBee to PyPi
+ - name: Publish repobee-junit4 to PyPi
26
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f # v1.4.1
27
with:
28
user: __token__
0 commit comments