We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdebb7 commit 118c445Copy full SHA for 118c445
pyproject.toml
@@ -14,7 +14,7 @@ include = ["gcaa*"]
14
15
[project]
16
name = "gcaa"
17
-version = "0.1.1"
+version = "0.1.2"
18
authors = [
19
{ name = "Martin" },
20
]
scripts/release.sh
@@ -22,9 +22,9 @@ if [ -z "$tagged" ]; then
22
--generate-notes
23
echo "Created release"
24
25
-pip install wheel build twine
26
-python -m build
27
-twine upload -u __token__ -p $PYPI_API_TOKEN dist/*
+ pip install wheel build twine
+ python -m build
+ twine upload -u __token__ -p $PYPI_API_TOKEN dist/* --verbose
28
29
else
30
echo "Tag $tag already exists"
0 commit comments