Skip to content

Commit

Permalink
Fix deploy (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Nov 18, 2023
1 parent a935a05 commit bb4d699
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install build tools
run: |
python -m pip install build
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run:
python -m pip install -U pip wheel setuptools build twine
- name: Build dists
run: |
python -m build
- name: Make Release
uses: aio-libs/create-release@v1
uses: aio-libs/create-release@v1.6.6
with:
changes_file: CHANGES.rst
name: aiohttp-security
Expand Down

0 comments on commit bb4d699

Please sign in to comment.