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 4b10459 commit 0d38f8f
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 @@ -42,6 +42,8 @@ jobs:
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MOLLI: ${{ needs.git_describe.version }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build sdist
run: pipx run build --sdist
Expand All @@ -59,15 +61,15 @@ jobs:
# only build for python=3.11 and 64-bit systems
CIBW_BUILD: cp311-*
CIBW_SKIP: "*-win32 *-manylinux_i686"
# Use pretend version for testing purposes
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]

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
Expand Down

0 comments on commit 0d38f8f

Please sign in to comment.