Skip to content

Commit 0617069

Browse files
committed
Revert "remove dist"
This reverts commit dab96c9.
1 parent dab96c9 commit 0617069

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
1414
runs-on: ubuntu-latest
1515
steps:
16+
- uses: actions/download-artifact@v2
17+
with:
18+
name: dist
19+
path: dist/
1620
- name: Upload to PyPI
1721
uses: pypa/gh-action-pypi-publish@master
1822
with:

0 commit comments

Comments
 (0)