Skip to content

Commit e0dacf1

Browse files
committed
chore: update dependency lock and fix release secrets
Signed-off-by: Lucas Roesler <[email protected]>
1 parent 4b4c92c commit e0dacf1

File tree

4 files changed

+330
-329
lines changed

4 files changed

+330
-329
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,6 @@ jobs:
101101
run: task build
102102

103103
- name: Publish package
104+
env:
105+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
104106
run: task publish

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tasks:
2121
setup:
2222
desc: setup the development environment
2323
cmds:
24-
- poetry install
24+
- poetry install --with dev
2525

2626
build:
2727
desc: build the python package

0 commit comments

Comments
 (0)