We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0158b5 commit 5dbb4f6Copy full SHA for 5dbb4f6
.github/workflows/ci-cd.yml
@@ -85,7 +85,7 @@ jobs:
85
pip install \
86
--index-url https://test.pypi.org/simple/ \
87
--extra-index-url https://pypi.org/simple \
88
- ozzy
+ ozzy-pic
89
90
- name: Publish to PyPI
91
uses: pypa/gh-action-pypi-publish@release/v1
pyproject.toml
@@ -37,6 +37,7 @@ classifiers = [
37
"Programming Language :: Python :: 3.10",
38
"Programming Language :: Python :: 3.11",
39
"Programming Language :: Python :: 3.12",
40
+ "Programming Language :: Python :: 3.13",
41
]
42
packages = [{include = "ozzy", from="src"}]
43
0 commit comments