Skip to content

Commit

Permalink
let the pipeline run first
Browse files Browse the repository at this point in the history
  • Loading branch information
duguyue100 committed Dec 6, 2023
1 parent d593969 commit 57c01a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
pip install wheel
- name: Build PyAER wheel
uses: pypa/cibuildwheel@v2.16.2
env:
PYTHONLIBPATH: "$(shell python -c 'from sysconfig import get_paths; print(get_paths()["stdlib"]+"/..")')"
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit 57c01a8

Please sign in to comment.