mirror of
https://github.com/trycua/computer.git
synced 2026-01-04 04:19:57 -06:00
Update deploy script for computer for new python directory
This commit is contained in:
4
.github/workflows/publish-computer.yml
vendored
4
.github/workflows/publish-computer.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
- name: Update dependencies to latest versions
|
||||
id: update-deps
|
||||
run: |
|
||||
cd libs/computer
|
||||
cd libs/computer/python
|
||||
# Install required package for PyPI API access
|
||||
pip install requests
|
||||
|
||||
@@ -124,7 +124,7 @@ jobs:
|
||||
uses: ./.github/workflows/reusable-publish.yml
|
||||
with:
|
||||
package_name: "computer"
|
||||
package_dir: "libs/computer"
|
||||
package_dir: "libs/computer/python"
|
||||
version: ${{ needs.prepare.outputs.version }}
|
||||
is_lume_package: false
|
||||
base_package_name: "cua-computer"
|
||||
|
||||
Reference in New Issue
Block a user