mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-03-02 16:29: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
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install hatch
|
||||
pip install "virtualenv<21" hatch
|
||||
|
||||
- name: Build package
|
||||
run: hatch build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user