We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4426f2b commit 0859b37Copy full SHA for 0859b37
1 file changed
.github/workflows/ci.yml
@@ -109,10 +109,13 @@ jobs:
109
- name: Install dependencies
110
uses: py-actions/py-dependency-install@v2
111
with:
112
- path: requirements/prod.txt
+ path: requirements-dev.txt
113
+ - name: Update build deps
114
+ run: |
115
+ pip install -U build twine
116
- name: Build dists
117
run: |
- flit build
118
+ python -m build
119
- name: Make Release
120
uses: aio-libs/[email protected]
121
0 commit comments