We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5532b88 + 86c802e commit 66ad754Copy full SHA for 66ad754
.github/workflows/publish.yml
@@ -36,6 +36,6 @@ jobs:
36
- name: Publish package to PyPI (Trusted Publishing)
37
uses: pypa/gh-action-pypi-publish@v1.8.12
38
with:
39
- repository_url: https://upload.pypi.org/legacy/
+ repository-url: https://upload.pypi.org/legacy/
40
env:
41
PYPI_TRUSTED_PUBLISHING: true
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="testcato",
5
- version="0.1.0",
+ version="1.0.6",
6
packages=find_packages(),
7
description="A package for categorizing test results.",
8
author="Anurag",
testcato/__init__.py
@@ -1,3 +1,3 @@
1
# Package metadata for wheel
__title__ = "testcato"
-__version__ = "0.1.0"
+__version__ = "1.0.6"
0 commit comments