Thanks to visit codestin.com Credit goes to github.com
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 e9251d3 commit e789da5Copy full SHA for e789da5
.github/workflows/macosx.yml
@@ -23,6 +23,7 @@ jobs:
23
CFLAGS: "-fprofile-instr-generate -fcoverage-mapping"
24
LDFLAGS: "-fprofile-instr-generate -fcoverage-mapping"
25
PYXMLSEC_STATIC_DEPS: ${{ matrix.static_deps }}
26
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
run: |
28
export PKG_CONFIG_PATH="$(brew --prefix)/opt/libxml2/lib/pkgconfig"
29
python -m build
.github/workflows/manylinux.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: Build linux_x86_64 wheel
35
env:
36
PYXMLSEC_STATIC_DEPS: true
37
38
39
/opt/python/${{ matrix.python-abi }}/bin/python -m build
40
- name: Label manylinux wheel
0 commit comments