File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2121 - name : Build and publish
2222 env :
2323 TWINE_USERNAME : __token__
24- TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
24+ TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
2525 run : |
2626 python setup.py sdist bdist_wheel
2727 twine upload dist/*
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010- n/a
1111
12+ ## [ v3.2.2] - 2025-11-28
13+
14+ - Replace poetry with pip, restore py36 support
15+
1216## [ v3.2.1] - 2025-05-05
1317
1418- More robust handling of git branches
Original file line number Diff line number Diff line change 1- import os
2-
31from setuptools import find_packages , setup
42
53
@@ -15,7 +13,7 @@ def get_requirements():
1513
1614setup (
1715 name = "ubi-config" ,
18- version = "3.2.1 " ,
16+ version = "3.2.2 " ,
1917 description = "A Python Library for accessing Universal Base Image configuration" ,
2018 long_description = get_long_description (),
2119 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments