We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7a29c commit 65e46dcCopy full SHA for 65e46dc
.github/workflows/pypi_publish.yml
@@ -165,6 +165,7 @@ jobs:
165
with:
166
#name: wheels
167
path: dist/
168
+ merge-multiple: true
169
170
- name: Publish wheels to PyPI
171
uses: pypa/gh-action-pypi-publish@release/v1
cpp/gcc/Makefile
@@ -26,6 +26,7 @@ else
26
OSFLAG += -D__MAC__
27
CC ?= gcc
28
CXX ?= g++ -stdlib=libc++ -mmacosx-version-min=10.9
29
+ export CPLUS_INCLUDE_PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1
30
endif
31
32
0 commit comments