diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 26f99f09..66d700e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,35 +49,6 @@ jobs: COVERALLS_PARALLEL: true COVERALLS_FLAG_NAME: ${{ matrix.python-version }}-${{ matrix.os }} - numpy_edge: - runs-on: ${{ matrix.os }} - strategy: - matrix: - python-version: ["3.12"] - numpy-version: ["numpy>=2.0.0rc1"] - os: ["ubuntu-latest"] - include: - - python-version: "3.9" - numpy-version: "numpy<1.25" - os: "ubuntu-latest" - - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Setup Python - uses: actions/setup-python@v5 - with: - python-version: ${{ matrix.python-version }} - - name: Install dependencies - run: | - python -m pip install -U pip - python -m pip install pip install pytest "${{ matrix.numpy-version }}" - python -m pip install -e. - - name: Run tests - run: pytest - coverage: needs: tests runs-on: ubuntu-latest @@ -140,7 +111,7 @@ jobs: name: artifact path: dist - - uses: pypa/gh-action-pypi-publish@v1.9.0 + - uses: pypa/gh-action-pypi-publish@v1.10.0 with: user: __token__ password: ${{ secrets.pypi_password }}