Skip to content

Commit 9b38dde

Browse files
committed
download artifact if push
1 parent 40e0011 commit 9b38dde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/releases.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
runs-on: ubuntu-latest
5151
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
5252
steps:
53+
- uses: actions/download-artifact@v1
54+
with:
55+
name: releases
56+
path: dist
5357
- uses: pypa/gh-action-pypi-publish@master
5458
with:
5559
user: __token__

0 commit comments

Comments
 (0)