Skip to content

Commit b51f31f

Browse files
committed
fix: Update CI step for publish
1 parent afc3c5e commit b51f31f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Publish to PyPI (inside Docker)
6060
run: |
61-
docker run --rm -e PYPI_TOKEN="${{ secrets.PYPI_TOKEN }}" sqlnotify \
61+
docker run --rm -e PYPI_TOKEN="${{ secrets.PYPI_TOKEN }}" sqlnotify:ci \
6262
bash -lc "uv build && uv publish -t $PYPI_TOKEN"
6363
6464
- name: Compose down

0 commit comments

Comments
 (0)