remove poetry file and update workflow file to use correct meli secret
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Lint Code (Ruff & Pylint) (push) Failing after 29s

This commit is contained in:
Seaswimmer 2024-10-21 16:53:28 -04:00
parent 8d4d61c017
commit 1150115171
Signed by: cswimr
GPG key ID: A9C162E867C851FA
3 changed files with 3 additions and 2633 deletions

View file

@ -65,7 +65,7 @@ jobs:
npx -p "@getmeli/cli" meli upload ./site \
--url "https://pages.coastalcommits.com" \
--site "${{ vars.MELI_SITE_ID }}" \
--token "${{ secrets.MELI_SECRET }}" \
--token "${{ secrets.MELI_TOKEN }}" \
--release "$CI_ACTION_REF_NAME_SLUG/${{ env.GITHUB_SHA }}" \
--branch "$CI_ACTION_REF_NAME_SLUG"

2628
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -2,12 +2,10 @@
name = "seacogs"
version = "0.1.0"
description = "My assorted cogs for Red-DiscordBot."
license = "MPL 2"
authors = [{name = "cswimr", email = "seaswimmerthefsh@gmail.com"}]
license = {file="LICENSE"}
readme = "README.md"
requires-python = ">=3.11"
authors = [
{ name = "cswimr", email = "seaswimmerthefsh@gmail.com" },
]
dependencies = [
"aiosqlite>=0.20.0",
"beautifulsoup4>=4.12.3",