Update caesar-cipher to caesar-salad-cipher package name
This commit is contained in:
parent
e63c92350f
commit
b85b0a6ab2
|
|
@ -3,7 +3,7 @@
|
||||||
# publish-caesar-cipher.yml
|
# publish-caesar-cipher.yml
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
name: Publish caesar-cipher to PyPI
|
name: Publish caesar-salad-cipher to PyPI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -19,11 +19,11 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pypi-publish:
|
pypi-publish:
|
||||||
name: Upload caesar-cipher to PyPI
|
name: Upload caesar-salad-cipher to PyPI
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment:
|
environment:
|
||||||
name: pypi
|
name: pypi
|
||||||
url: https://pypi.org/p/caesar-cipher
|
url: https://pypi.org/p/caesar-salad-cipher
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[project]
|
[project]
|
||||||
name = "caesar-cipher"
|
name = "caesar-salad-cipher"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "CLI tool that shifts characters by a specified number (the key) to encrypt/decrypt text."
|
description = "CLI tool that shifts characters by a specified number (the key) to encrypt/decrypt text."
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue