diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e51ed54f..8bcdff39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -229,6 +229,11 @@ jobs: - name: Login run: | echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token + - name: Download disctributions + uses: actions/download-artifact@v2 + with: + name: dist + path: dist - name: Make Release uses: aio-libs/create-release@v1.2.2 with: @@ -237,6 +242,6 @@ jobs: version_file: yarl/__init__.py github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_API_TOKEN }} - artifact: dist + dist_dir: dist fix_issue_regex: "`#(\\d+) `" fix_issue_repl: "(#\\1)"