We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e0011 commit 9b38ddeCopy full SHA for 9b38dde
1 file changed
.github/workflows/releases.yml
@@ -50,6 +50,10 @@ jobs:
50
runs-on: ubuntu-latest
51
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
52
steps:
53
+ - uses: actions/download-artifact@v1
54
+ with:
55
+ name: releases
56
+ path: dist
57
- uses: pypa/gh-action-pypi-publish@master
58
with:
59
user: __token__
0 commit comments