diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7c339e4..cbb564f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -96,7 +96,7 @@ jobs: run: devbox run poetry build - name: Publish package - uses: pypa/gh-action-pypi-publish@v1.8.10 + uses: pypa/gh-action-pypi-publish@v1.8.11 build-and-push-image: name: Build Docker image and push to GitHub Container Registry