- Timestamp:
- Dec 28, 2023, 12:58:20 PM (12 months ago)
- Branches:
- master
- Children:
- 918b764
- Parents:
- a11ea9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
ra11ea9d redf82d8 83 83 path: dist/ 84 84 85 build-312: 86 docker: 87 - image: cimg/python:3.12 88 steps: 89 - checkout 90 - run: *apt-install 91 - run: *pip-install 92 - run: *build-wheel 93 - run: *install-wheel 94 - run: *test-pytest 95 - run: *uninstall-wheel 96 - store_artifacts: 97 path: dist/ 98 99 build-312-nodeps: 100 docker: 101 - image: cimg/python:3.12 102 steps: 103 - checkout 104 - run: *pip-install 105 - run: *build-wheel 106 - run: *install-wheel 107 - run: *test-pytest-nosounds 108 - run: *uninstall-wheel 109 - store_artifacts: 110 path: dist/ 111 85 112 workflows: 86 113 version: 2 … … 91 118 - build-310 92 119 - build-310-nodeps 120 - build-312 121 - build-312-nodeps
Note: See TracChangeset
for help on using the changeset viewer.