Skip to content

Commit 9fa3d90

Browse files
author
David Andersson
committed
add retrieving package for test pypi
1 parent 3cdd952 commit 9fa3d90

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ jobs:
174174
uses: actions/setup-python@v2
175175
with:
176176
python-version: 3.9
177+
- name: Retrieve packages
178+
uses: actions/download-artifact@v2.0.7
179+
with:
180+
name: wheel
181+
path: dist/
177182
- name: Publish distribution 📦 to Test PyPI
178183
uses: pypa/gh-action-pypi-publish@v1.4.1
179184
with:

0 commit comments

Comments
 (0)