File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- source publish.env
4
-
5
3
set -xe
6
4
7
5
cp setup.cfg setup.cfg_backup
@@ -27,7 +25,7 @@ python -m build
27
25
28
26
twine check dist/$SOURCEDIST dist/$BINDIST
29
27
30
- twine upload dist/$SOURCEDIST dist/$BINDIST
28
+ twine upload --verbose dist/$SOURCEDIST dist/$BINDIST
31
29
32
30
echo " *******************************************************"
33
31
echo " * Now commit setup.cfg and tag the commit as v${VERSION} "
Original file line number Diff line number Diff line change 4
4
name = csvmodel
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
7
- version = 2
7
+ version = 3
8
8
9
9
[options]
10
10
install_requires =
Original file line number Diff line number Diff line change 30
30
cram
31
31
build
32
32
twine
33
+ passenv =
34
+ TWINE_USERNAME
35
+ TWINE_PASSWORD
33
36
allowlist_externals = bash
34
37
commands = bash publish.sh {posargs}
35
38
You can’t perform that action at this time.
0 commit comments