mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +01:00
Use make install to get the dependencies as well
This commit is contained in:
parent
343a521673
commit
5e76ebc5e1
2
.github/workflows/release-pypi.yml
vendored
2
.github/workflows/release-pypi.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
python-version: 3.9
|
||||
|
||||
- name: Build a binary wheel and a source tarball
|
||||
run: make venv && make build
|
||||
run: make install && make build
|
||||
|
||||
- name: Release on PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
|
Loading…
Reference in New Issue
Block a user