From 1b8c77b2bbc2ce284fe7f2ff38ec91109dfdea32 Mon Sep 17 00:00:00 2001 From: Balint Bartha Date: Tue, 27 Feb 2024 17:30:39 +0100 Subject: [PATCH] chore: better comments on releasing --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b0e92119..a5a9821a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -29,7 +29,7 @@ jobs: uses: ./.github/actions/setup-env - name: build package run: poetry build - # this action uploads packages from the `dist/` directory + # this action uploads packages from the `dist/` directory, which poetry has built in the previous step # usable once we set up trusted publishing, see https://docs.pypi.org/trusted-publishers/using-a-publisher/ - name: push package uses: pypa/gh-action-pypi-publish@release/v1