File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 44.DS_Store
55* egg-info *
66.DS_Store
7+ build
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33if [ " $1 " == " build" ]; then
4- rm -Rf dist build && python3 -m build
4+ rm -Rf dist build && python3 setup.py install
55 twine check dist/*
66elif [ " $1 " == " deploy-test" ]; then
77 twine upload --repository-url https://test.pypi.org/legacy/ dist/*
Original file line number Diff line number Diff line change 1- boto3 ~= 1.20.51
1+ boto3 ~= 1.26.46
22pystache ~= 0.6.0
3- setuptools ~= 60.8.1
4- shortuuid ~= 1.0.8
5- botocore ~= 1.23.51
3+ setuptools ~= 65.6.3
4+ shortuuid ~= 1.0.11
5+ botocore ~= 1.29.46
Original file line number Diff line number Diff line change 11[metadata]
22name = aws-data-mesh-utils
3- version = 1.0.16
3+ version = 1.0.17
44author = Ian Meyers
5566license = Apache 2.0
@@ -25,4 +25,4 @@ test_mypy = False
2525test_flake8 = False
2626
2727[options.packages.find]
28- where = src
28+ where = src
Original file line number Diff line number Diff line change 33from setuptools import find_packages , setup
44
55setup (
6- install_requires = ['boto3~=1.20.51 ' ,
6+ install_requires = ['boto3~=1.26.46 ' ,
77 'pystache~=0.6.0' ,
8- 'setuptools~=60.8.1 ' ,
9- 'shortuuid~=1.0.8 ' ,
10- 'botocore~=1.23.51 ' ],
8+ 'setuptools~=65.6.3 ' ,
9+ 'shortuuid~=1.0.11 ' ,
10+ 'botocore~=1.29.46 ' ],
1111 include_package_data = True
1212)
You can’t perform that action at this time.
0 commit comments