Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#60: Migration from Travis CI to Github CI - add twine and pbr
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 24, 2020
1 parent a0f5553 commit 43b23e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release-rkd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-version: 3.7

- name: Install dependencies
run: "pip install -r ./requirements.txt && pip install -r ./requirements-dev.txt"
run: "pip install -r ./requirements.txt && pip install -r ./requirements-dev.txt && pip install -r ./subpackages/rkd_python/requirements.txt"

- name: Release to PyPI
run: "make release PYPI_TOKEN=${{ secrets.PYPI_TOKEN }}"

0 comments on commit 43b23e9

Please sign in to comment.