Skip to content

Commit 1b8c77b

Browse files
committed
chore: better comments on releasing
1 parent 3c71ca1 commit 1b8c77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: ./.github/actions/setup-env
3030
- name: build package
3131
run: poetry build
32-
# this action uploads packages from the `dist/` directory
32+
# this action uploads packages from the `dist/` directory, which poetry has built in the previous step
3333
# usable once we set up trusted publishing, see https://docs.pypi.org/trusted-publishers/using-a-publisher/
3434
- name: push package
3535
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)