mirror of
https://gitee.com/openharmony/third_party_pyyaml
synced 2024-11-23 07:20:31 +00:00
9141e900d1
* builds Windows wheels against a specified libyaml repo/refspec for many Python versions * since we don't have multiple Appveyor workers, it's faster/more convenient to run them serially * not all paths sufficient for general CI usage yet; still needs manual inspection/testing of output * various hacks to quiet warning noise during build on old Pythons
14 lines
132 B
Plaintext
14 lines
132 B
Plaintext
# build outputs
|
|
/dist/*
|
|
/build/*
|
|
/ext/_yaml.c
|
|
MANIFEST
|
|
|
|
# cached Python binaries
|
|
*.py[cdo]
|
|
_pycache_/*
|
|
|
|
# local IDE state
|
|
/.idea/*
|
|
|