Skip to content

Commit 52e6d5e

Browse files
committed
no need to download
1 parent 601b4ea commit 52e6d5e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/releases.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ jobs:
5454
runs-on: ubuntu-latest
5555
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
5656
steps:
57-
- uses: actions/download-artifact@v1
58-
with:
59-
name: releases
60-
path: dist
61-
6257
- uses: pypa/gh-action-pypi-publish@master
6358
with:
6459
user: __token__

0 commit comments

Comments
 (0)