File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
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 @@ -25,4 +25,4 @@ test_mypy = False
2525test_flake8 = False
2626
2727[options.packages.find]
28- where = src
28+ where = src
You can’t perform that action at this time.
0 commit comments