mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-03-03 00:39:12 +00:00
temporary fix for hatch build, see https://github.com/pypa/hatch/issues/2193
This commit is contained in:
parent
9b0d20effd
commit
da69702a18
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install hatch
|
pip install "virtualenv<21" hatch
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: hatch build
|
run: hatch build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user