Skip to content

Commit

Permalink
Upgrade packaging tools (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch authored Dec 5, 2024
1 parent 30dd73c commit 0df4ac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
virtualenv --python python3 ./venv
. venv/bin/activate
pip install \
setuptools==54.2.0 \
wheel==0.36.2 \
twine==3.4.1
setuptools[distutils]==75.6.0 \
wheel==0.45.1 \
twine==6.0.1
python setup.py sdist bdist_wheel
twine check dist/*
- persist_to_workspace:
Expand Down

0 comments on commit 0df4ac0

Please sign in to comment.