diff --git a/.github/workflows/publish-caesar-cipher.yml b/.github/workflows/publish-caesar-cipher.yml index c6628198..603372d2 100644 --- a/.github/workflows/publish-caesar-cipher.yml +++ b/.github/workflows/publish-caesar-cipher.yml @@ -3,7 +3,7 @@ # publish-caesar-cipher.yml # ============================================================================= -name: Publish caesar-cipher to PyPI +name: Publish caesar-salad-cipher to PyPI on: push: @@ -19,11 +19,11 @@ permissions: jobs: pypi-publish: - name: Upload caesar-cipher to PyPI + name: Upload caesar-salad-cipher to PyPI runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/caesar-cipher + url: https://pypi.org/p/caesar-salad-cipher permissions: id-token: write steps: diff --git a/PROJECTS/caesar-cipher/pyproject.toml b/PROJECTS/caesar-cipher/pyproject.toml index 4e8f645f..34aefbb4 100644 --- a/PROJECTS/caesar-cipher/pyproject.toml +++ b/PROJECTS/caesar-cipher/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "caesar-cipher" +name = "caesar-salad-cipher" version = "0.1.0" description = "CLI tool that shifts characters by a specified number (the key) to encrypt/decrypt text." requires-python = ">=3.12"