-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some adjustments to windows github actions pipeline, adjusting arch v…
…alue for windows platforms.
- Loading branch information
1 parent
a5bf686
commit bc1d66f
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,14 +147,14 @@ jobs: | |
|
||
- name: Setup pylon | ||
run: | | ||
# install pylon | ||
cd pylon-installer | ||
basler_pylon_7_4_0_14900.exe /quiet /install="GigE_Support;USB_Support;Camera_Link_Support;CoaXPress_Support;GenTL_Consumer_Support;CamEmu_Support;SDKs;DataProcessing_SDK" | ||
shell: cmd | ||
|
||
- name: Build wheels | ||
uses: pypa/[email protected] | ||
env: | ||
PYLON_DEV_DIR: "C:\Program Files\Basler\pylon 7\Development" | ||
PYLON_DEV_DIR: "C:\\Program Files\\Basler\\pylon 7\\Development" | ||
|
||
- uses: actions/upload-artifact@v3 | ||
with: | ||
|
@@ -171,8 +171,9 @@ jobs: | |
- name: Publish package to (Test)PyPI | ||
if: needs.prepare.outputs.is_release_build == 'true' | ||
run: | | ||
sudo pip install twine | ||
python -m twine upload --non-interactive --skip-existing wheelhouse/* | ||
python -m pip install twine | ||
python -m twine upload --non-interactive --skip-existing wheelhouse\\* | ||
shell: cmd | ||
|
||
|
||
build-macos: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters