Skip to content

Commit

Permalink
FIX: publish fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed May 5, 2024
1 parent 5529659 commit 9a738e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
- name: Python setup
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.9.10'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install invoke
pip install pythonnet
# install dotnet for building the RhinoCs plugin
- name: Install .NET Framework 4.8
Expand All @@ -42,27 +43,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Python and pythonnet
uses: actions/setup-python@v2
with:
python-version: '3.9.10'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install invoke
pip install pythonnet
- name: Download artifact
uses: actions/download-artifact@v2
with:
name: scriptsync_yak_package
path: yaker\build

- name: GHComponentize
run: |
# before run this get a token from your local machine with `yak.exe login --ci`
# # this is a dummy test
# - name: Publish to Yak test server
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: script-sync
version: 1.1.22
version: 1.1.23
authors:
- Andrea Settimi
description: Script-sync is a Rhino plug-in to run C# and Python (IronPython or CPython) in RhinoV8.
Expand Down

0 comments on commit 9a738e7

Please sign in to comment.