Skip to content

Commit

Permalink
add retrieving package for test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
David Andersson committed Dec 19, 2020
1 parent 3cdd952 commit 9fa3d90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Retrieve packages
uses: actions/[email protected]
with:
name: wheel
path: dist/
- name: Publish distribution 📦 to Test PyPI
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit 9fa3d90

Please sign in to comment.