Skip to content

Commit

Permalink
ci: use nox generate_wheels session
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Mar 19, 2021
1 parent 986ae69 commit 81e1d83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,12 +467,12 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Build our manylinux Docker container
run: docker build -t manylinux2014_microvmi .
working-directory: python
- name: install nox
run: pip install nox

- name: Build Wheels with manylinux
run: docker run --rm -v `pwd`:/io manylinux2014_microvmi /io/python/build-wheels.sh --features xen,kvm,virtualbox --release
run: nox -r -s generate_wheels -- --features xen,kvm,virtualbox --release
working-directory: python

- name: Publish on PyPI 🚀
uses: pypa/gh-action-pypi-publish@v1.3.1
Expand Down

0 comments on commit 81e1d83

Please sign in to comment.