Skip to content

Commit d48362a

Browse files
author
Ingo Fruend
committed
New release v3
1 parent fab0b7e commit d48362a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

publish.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash
22

3-
source publish.env
4-
53
set -xe
64

75
cp setup.cfg setup.cfg_backup
@@ -27,7 +25,7 @@ python -m build
2725

2826
twine check dist/$SOURCEDIST dist/$BINDIST
2927

30-
twine upload dist/$SOURCEDIST dist/$BINDIST
28+
twine upload --verbose dist/$SOURCEDIST dist/$BINDIST
3129

3230
echo "*******************************************************"
3331
echo "* Now commit setup.cfg and tag the commit as v${VERSION}"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author_email = [email protected]
44
name = csvmodel
55
long_description = file: README.md
66
long_description_content_type = text/markdown
7-
version = 2
7+
version = 3
88

99
[options]
1010
install_requires =

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ deps =
3030
cram
3131
build
3232
twine
33+
passenv =
34+
TWINE_USERNAME
35+
TWINE_PASSWORD
3336
allowlist_externals = bash
3437
commands = bash publish.sh {posargs}
3538

0 commit comments

Comments
 (0)