File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 args : --release --out dist --find-interpreter
2929 sccache : " true"
3030 manylinux : auto
31+ env :
32+ PYO3_USE_ABI3_FORWARD_COMPATIBILITY : " 1"
3133 - name : Upload wheels
3234 uses : actions/upload-artifact@v3
3335 with :
5557 target : ${{ matrix.target }}
5658 args : --release --out dist --find-interpreter
5759 sccache : ' true'
60+ env :
61+ PYO3_USE_ABI3_FORWARD_COMPATIBILITY : " 1"
5862 - name : Upload wheels
5963 uses : actions/upload-artifact@v3
6064 with :
8185 target : ${{ matrix.target }}
8286 args : --release --out dist --find-interpreter
8387 sccache : ' true'
88+ env :
89+ PYO3_USE_ABI3_FORWARD_COMPATIBILITY : " 1"
8490 - name : Upload wheels
8591 uses : actions/upload-artifact@v3
8692 with :
@@ -100,6 +106,8 @@ jobs:
100106 with :
101107 command : sdist
102108 args : --out dist
109+ env :
110+ PYO3_USE_ABI3_FORWARD_COMPATIBILITY : " 1"
103111 - name : Test installing dist
104112 run : |
105113 pip install --force-reinstall --verbose dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments