Skip to content

Commit

Permalink
Fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 1, 2021
1 parent 8f77d3b commit 54bd6c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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+) <https://github.com/aio-libs/yarl/issues/\\1>`"
fix_issue_repl: "(#\\1)"

0 comments on commit 54bd6c8

Please sign in to comment.