mirror of
https://github.com/httpie/cli.git
synced 2025-02-16 09:39:28 +01:00
Create the virtual env for the build action.
This commit is contained in:
parent
2142ae60c3
commit
343a521673
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 build
|
||||
run: make venv && make build
|
||||
|
||||
- name: Release on PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
|
Loading…
Reference in New Issue
Block a user