summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Expand)AuthorAgeFilesLines
* Bump actions/checkout from 3.3.0 to 3.4.0dependabot[bot]2023-03-1611-31/+31
* Merge pull request #23397 from numpy/dependabot/github_actions/actions/depend...Charles Harris2023-03-151-1/+1
|\
| * Bump actions/dependency-review-action from 2.5.1 to 3.0.3dependabot[bot]2023-03-151-1/+1
* | Merge pull request #23396 from numpy/dependabot/github_actions/github/codeql-...Charles Harris2023-03-152-4/+4
|\ \
| * | Bump github/codeql-action from 2.2.5 to 2.2.7dependabot[bot]2023-03-152-4/+4
| |/
* | Bump actions/cache from 3.2.6 to 3.3.1dependabot[bot]2023-03-152-2/+2
|/
* Merge pull request #23389 from numpy/dependabot/github_actions/egor-tensin/cl...Charles Harris2023-03-141-1/+1
|\
| * Bump egor-tensin/cleanup-path from 1 to 3dependabot[bot]2023-03-141-1/+1
* | Merge pull request #23391 from numpy/dependabot/github_actions/docker/setup-b...Charles Harris2023-03-142-2/+2
|\ \
| * | Bump docker/setup-buildx-action from 2.4.1 to 2.5.0dependabot[bot]2023-03-142-2/+2
| |/
* | Merge pull request #23390 from numpy/dependabot/github_actions/cygwin/cygwin-...Charles Harris2023-03-141-1/+1
|\ \
| * | Bump cygwin/cygwin-install-action from 2 to 3dependabot[bot]2023-03-141-1/+1
| |/
* | Merge pull request #23388 from numpy/dependabot/github_actions/ossf/scorecard...Charles Harris2023-03-141-1/+1
|\ \
| * | Bump ossf/scorecard-action from 2.0.6 to 2.1.2dependabot[bot]2023-03-141-1/+1
| |/
* | Bump pypa/cibuildwheel from 2.12.0 to 2.12.1dependabot[bot]2023-03-141-1/+1
|/
* Merge pull request #23339 from step-security-bot/stepsecurity_remediation_167...Charles Harris2023-03-1412-72/+165
|\
| * [StepSecurity] Apply security best practicesStepSecurity Bot2023-03-0512-72/+165
* | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-121-4/+2
|/
* MAINT: Ignore hadolint info error DL3059.Charles Harris2023-03-032-0/+2
* MAINT: Make hadolint version more explicit.Charles Harris2023-03-032-2/+2
* MAINT: Update actions in gitpod/docker workflowsCharles Harris2023-03-032-6/+6
* MAINT: Fix failing gitpod build.Charles Harris2023-03-022-2/+2
* chore: reduce scope of write permissionJoyce2023-02-271-2/+3
* chore: set permissions to circleci artifactJoyce2023-02-271-0/+5
* Merge pull request #23165 from mattip/meson_windowsRalf Gommers2023-02-223-6/+90
|\
| * BLD, TST: reformat yml file and force exit codemattip2023-02-222-58/+63
| * use old way of writing _distributor_init.pymattip2023-02-211-1/+1
| * MAINT: minor CI job, comments, and style changes to meson.build filesRalf Gommers2023-02-202-10/+2
| * BLD: run the workflow only when appropriatemattip2023-02-201-0/+1
| * BUILD: add a windows meson CI job, tweak meson build parameters, fix typomattip2023-02-201-0/+86
* | CI: clean up GHA boilerplate for `[skip github]`Ralf Gommers2023-02-217-8/+8
|/
* Merge pull request #23141 from rgommers/reduce-azp-jobsSebastian Berg2023-02-153-12/+0
|\
| * CI: stop GitHub Actions jobs from running on merge to mainRalf Gommers2023-02-013-12/+0
* | CI: Convert no-array-func test to also run NumPy 2.0 feature flagSebastian Berg2023-02-101-1/+7
* | TST Update version of Pyodide used in tests to v0.22.1Hood Chatham2023-02-061-3/+3
|/
* Merge pull request #23069 from andyfaff/wheelMatti Picus2023-02-011-2/+3
|\
| * WHL: musllinux wheels [wheel build]Andrew Nelson2023-02-011-2/+3
* | Merge pull request #23127 from andyfaff/ancMatti Picus2023-01-301-4/+31
|\ \
| * | BLD: dont upload sdist to nightly [wheel build]Andrew Nelson2023-01-301-2/+4
| * | BLD: initialise bash properly [wheel build][skip azp][skip circle]Andrew Nelson2023-01-301-2/+4
| * | BLD: use conda to install anaconda-client for upload [wheel build][skip azp][...Andrew Nelson2023-01-301-0/+23
* | | Merge pull request #23073 from DWesl/patch-2Matti Picus2023-01-301-2/+3
|\ \ \ | |/ / |/| |
| * | CI: Rebase numpy DLLs in runtests.py.DWesl2023-01-301-4/+1
| * | CI: Unsplit the Cygwin tests.DWesl2023-01-301-10/+2
| * | CI: Revert increase in parallel test processes.DWesl2023-01-281-1/+1
| * | CI: Increase number of processes for F2Py testsDWesl2023-01-281-1/+1
| * | CI: Run F2Py tests in parallel on CygwinDWesl2023-01-271-2/+3
| * | CI: Split F2Py and non-F2Py tests againDWesl2023-01-271-6/+7
| * | CI: Run each F2Py test in a separate processDWesl2023-01-271-3/+5
| * | FIX: Make sure CI fails if tests fail.DWesl2023-01-231-1/+2