Skip to content

Commit

Permalink
Maybe fixed now?
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 25, 2024
1 parent 4bbddd6 commit 3f09617
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install cibuildwheel
export CIBW_BUILD='cp39-*'
export SETUPTOOLS_SCM_PRETEND_VERSION='3.0.1'
export CIBW_ENVIRONMENT_PASS_LINUX='SETUPTOOLS_SCM_PRETEND_VERSION'
export CIBW_TEST_COMMAND='true'
python3 -m cibuildwheel --platform linux
CIBW_BUILD='cp39-manylinux_x86_64' python3 -m cibuildwheel --platform linux
python3 -m pip install wheelhouse/*.whl
# Build the site
Expand Down

0 comments on commit 3f09617

Please sign in to comment.