• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

styleseat / satchless / 26476092855
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: ODY-2890
DEFAULT BRANCH: master
Ran 26 May 2026 09:26PM UTC
Jobs 1
Files 37
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 May 2026 09:26PM UTC coverage: 100.0%. Remained the same
26476092855

Pull #31

github

john-charles
[ODY-2890] Add CircleCI pipeline that publishes wheels to CodeArtifact

Two workflows:

* pre-release: runs on every commit on every branch. Computes
  <next-patch>.dev0+<short-sha> off the latest v* tag (PEP 440 dev
  release, so it sorts BEFORE the real <next-patch> when a release is
  cut later). Publishes the wheel to the styleseat domain's pip repo
  in CodeArtifact. Lets styleseat devs pin to a specific satchless
  commit while iterating.

* release: runs only on master, exposes three manual approval gates
  (hold-patch / hold-minor / hold-major) in the CircleCI UI. Approving
  one bumps the latest v* tag at that level, publishes the real wheel,
  and pushes the annotated tag. Pattern mirrors infra-modules.

Auth uses CircleCI OIDC -> existing CircleCi role in styleseat-bridge
(account 796488253411). That role already has codeartifact_read_write
attached, so no new IAM is needed.

setup.py now honors $SATCHLESS_VERSION (set by CI). Local installs
fall back to satchless/__init__.py VERSION as before, so nothing
about `pip install -e .` changes.

.gitignore: allow .circleci/ (was filtered by the broad `.*` rule).

Once this is merged and a release is cut, the styleseat pyproject.toml
pin can switch from `git+https://github.com/styleseat/satchless.git@vX`
to a plain `satchless==X` pin against the CodeArtifact index. That's
the prerequisite for making the satchless repo private.

Written by Claude.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull Request #31: [ODY-2890] Modernize for Django 3.2/4.2/5.1 and Python 3.10+

13 of 13 new or added lines in 10 files covered. (100.0%)

720 of 720 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26476092855.1 26 May 2026 09:26PM UTC 37
100.0
Source Files on build 26476092855
  • Tree
  • List 37
  • Changed 23
  • Source Changed 0
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #31
  • PR Base - master (#1719940871)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc