Skip to content

Commit

Permalink
chore: better comments on releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
totallyzen committed Feb 27, 2024
1 parent 3c71ca1 commit 1b8c77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1b8c77b

Please sign in to comment.