Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zenroom
Zenroom
Commits
141ee2e0
Unverified
Commit
141ee2e0
authored
May 05, 2022
by
Alberto Lerda
Committed by
GitHub
May 05, 2022
Browse files
fix: added meson and ninja in pypi release (#362)
* fix: added meson and ninja in pypi release * update also python.yml
parent
06d508fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/pypi-release.yml
View file @
141ee2e0
...
...
@@ -46,8 +46,8 @@ jobs:
CIBW_MANYLINUX_AARCH64_IMAGE
:
manylinux_2_24
# Skip building on Python 2.7, Python 3.5, 3.6 and PyPy on all platforms
CIBW_SKIP
:
cp27-* cp3{5,6}-* pp* *-musllinux*
CIBW_BEFORE_BUILD_LINUX
:
apt-get update && apt-get install -y cmake vim zsh
CIBW_BEFORE_BUILD_MACOS
:
brew install cmake vim zsh
CIBW_BEFORE_BUILD_LINUX
:
apt-get update && apt-get install -y cmake vim zsh
&& pip install meson ninja
CIBW_BEFORE_BUILD_MACOS
:
brew install cmake vim zsh
&& pip install meson ninja
-
uses
:
actions/upload-artifact@v2
with
:
...
...
.github/workflows/python.yml
View file @
141ee2e0
...
...
@@ -67,8 +67,8 @@ jobs:
CIBW_MANYLINUX_AARCH64_IMAGE
:
manylinux_2_24
# Skip building on Python 2.7, Python 3.5, 3.6 and PyPy on all platforms
CIBW_SKIP
:
cp27-* cp3{5,6}-* pp* *-musllinux*
CIBW_BEFORE_BUILD_LINUX
:
apt update && apt install -y cmake vim zsh
CIBW_BEFORE_BUILD_MACOS
:
brew install cmake vim zsh
CIBW_BEFORE_BUILD_LINUX
:
apt update && apt install -y cmake vim zsh
&& pip install meson ninja
CIBW_BEFORE_BUILD_MACOS
:
brew install cmake vim zsh
&& pip install meson ninja
-
uses
:
actions/upload-artifact@v2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment