Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
esalx committed Jul 23, 2024
1 parent bd02546 commit 4b10459
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
needs: git_describe
env:
# Use pretend version for testing purposes
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_molli: ${{ needs.git_describe.version }}
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MOLLI: ${{ needs.git_describe.version }}
steps:
- uses: actions/checkout@v4

Expand All @@ -56,10 +56,12 @@ jobs:
runs-on: ${{ matrix.os }}
needs: git_describe
env:
# only build for python=3.11
# only build for python=3.11 and 64-bit systems
CIBW_BUILD: cp311-*
CIBW_SKIP: "*-win32 *-manylinux_i686"
# Use pretend version for testing purposes
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_molli: ${{ needs.git_describe.version }}
CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MOLLI=${{ needs.git_describe.version }};"
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MOLLI: ${{ needs.git_describe.version }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand Down

0 comments on commit 4b10459

Please sign in to comment.