Skip to content

Commit

Permalink
(fix): fowngrade to python 3.12 (hopefully can check against differen…
Browse files Browse the repository at this point in the history
…t interpreters
  • Loading branch information
ilan-gold committed Dec 2, 2024
1 parent ee08682 commit 11122c8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.12'
architecture: ${{ matrix.python-architecture || 'x64' }}
- run: |
which pip
which python
pip install twine
- run: pip install twine
- uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
Expand All @@ -59,9 +56,7 @@ jobs:
yum update -y && yum install -y perl-core
fi
- run: ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} dist/
- run: |
which twine
twine check --strict dist/*
- run: twine check --strict dist/*
- uses: actions/upload-artifact@v4
with:
name: pypi-files-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux }}
Expand Down

0 comments on commit 11122c8

Please sign in to comment.