We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a935a05 commit bb4d699Copy full SHA for bb4d699
.github/workflows/ci.yaml
@@ -99,14 +99,18 @@ jobs:
99
steps:
100
- name: Checkout
101
uses: actions/checkout@v4
102
- - name: Install build tools
103
- run: |
104
- python -m pip install build
+ - name: Setup Python
+ uses: actions/setup-python@v4
+ with:
105
+ python-version: 3.8
106
+ - name: Install dependencies
107
+ run:
108
+ python -m pip install -U pip wheel setuptools build twine
109
- name: Build dists
110
run: |
111
python -m build
112
- name: Make Release
- uses: aio-libs/create-release@v1
113
+ uses: aio-libs/create-release@v1.6.6
114
with:
115
changes_file: CHANGES.rst
116
name: aiohttp-security
0 commit comments