Skip to content

Commit

Permalink
Update build process action
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 1, 2021
1 parent 54bd6c8 commit 3ad68fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,12 @@ jobs:
name: dist
path: dist
- name: Make Release
uses: aio-libs/[email protected].2
uses: aio-libs/[email protected].3
with:
changes_file: CHANGES.rst
name: yarl
version_file: yarl/__init__.py
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
dist_dir: dist
fix_issue_regex: "`#(\\d+) <https://github.com/aio-libs/yarl/issues/\\1>`"
fix_issue_repl: "(#\\1)"

0 comments on commit 3ad68fc

Please sign in to comment.