mirror of
https://github.com/httpie/cli.git
synced 2025-08-07 14:08:38 +02:00
Create the virtual env for the build action.
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user