Skip to content

Commit 4db27ad

Browse files
namsnathsattvikc
andauthored
build: upgrade setuptools/pip in publish job (#569)
* build: upgrade `setuptools`/`pip` in `publish` job - Also upgrades `poetry` and it's dependency - `clikit` - These seem to come from the `circleci:python` image * Update CHANGELOG.md --------- Co-authored-by: Sattvik Chakravarthy <[email protected]>
1 parent 4b6ac8b commit 4db27ad

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- image: circleci/python:3.8
2424
steps:
2525
- checkout
26+
- run: python3 -m pip install pip setuptools packaging poetry clikit --upgrade
2627
- run: sudo make dev-install
2728
- run: pip install setuptools wheel twine
2829
- run: sudo python setup.py sdist bdist_wheel

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88

99
## [unreleased]
10+
- Upgrades `pip` and `setuptools` in CI publish job
11+
- Also upgrades `poetry` and it's dependency - `clikit`
1012

1113
## [0.28.1] - 2025-02-26
1214
- Pins `httpx` and `respx` to current major versions (<1.0.0)

0 commit comments

Comments
 (0)