Skip to content

Bump setuptools from 75.0.0 to 75.1.0 in /release #14491

Bump setuptools from 75.0.0 to 75.1.0 in /release

Bump setuptools from 75.0.0 to 75.1.0 in /release #14491

Workflow file for this run

name: Feature tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run feature tests
run: ./tests/feature_tests/ci/test.sh
- name: Upload artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: build-artifacts
path: build