Skip to content

Commit 5dbb4f6

Browse files
chore(ci-cd): fix typo in CD recipe that was causing issues
1 parent f0158b5 commit 5dbb4f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
pip install \
8686
--index-url https://test.pypi.org/simple/ \
8787
--extra-index-url https://pypi.org/simple \
88-
ozzy
88+
ozzy-pic
8989
9090
- name: Publish to PyPI
9191
uses: pypa/gh-action-pypi-publish@release/v1

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: 3.10",
3838
"Programming Language :: Python :: 3.11",
3939
"Programming Language :: Python :: 3.12",
40+
"Programming Language :: Python :: 3.13",
4041
]
4142
packages = [{include = "ozzy", from="src"}]
4243

0 commit comments

Comments
 (0)