Skip to content

Commit

Permalink
<>[]: <Prep for trusted publisher>
Browse files Browse the repository at this point in the history
[]

[#10]
  • Loading branch information
hasii2011 committed Dec 22, 2024
1 parent 3dc8dc3 commit 9386a3c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workflows:
jobs:
build:
docker:
- image: cimg/python:3.11
- image: cimg/python:3.12
executor: python/default
steps:
- checkout
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ __pycache__/
/html/
build/
dist/
pyutmodelv2.egg-info/
/src/pyutmodelv2.egg-info/
/pyenv-3.11.5/
/pyenv-3.12.7/
.envrc
.python-version
2 changes: 1 addition & 1 deletion .mypi.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[mypy]
python_version = 3.11
python_version = 3.12
pretty = True
warn_unused_ignores = True
implicit_optional = True
Expand Down
20 changes: 7 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@

setuptools == 75.2.0
twine == 5.1.1
wheel == 0.44.0

build == 1.2.2.post1

setuptools==75.6.0
twine==6.0.1
wheel==0.45.1
build==1.2.2.post1
html-testRunner~=1.2.1
mypy == 1.12.1

# mypy-extensions==1.0.0
# types-setuptools==69.0.0.20240125
# typing_extensions==4.9.0
mypy == 1.14.0

# for CircleCi & unit tests
# for CircleCI & unit tests
buildlackey == 1.7.0
codeallybasic == 1.7.0
codeallybasic == 1.8.0
2 changes: 1 addition & 1 deletion src/pyutmodelv2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '2.2.0'
__version__: str = '2.2.1'

0 comments on commit 9386a3c

Please sign in to comment.