We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c71ca1 commit 1b8c77bCopy full SHA for 1b8c77b
.github/workflows/release-please.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: ./.github/actions/setup-env
30
- name: build package
31
run: poetry build
32
- # this action uploads packages from the `dist/` directory
+ # this action uploads packages from the `dist/` directory, which poetry has built in the previous step
33
# usable once we set up trusted publishing, see https://docs.pypi.org/trusted-publishers/using-a-publisher/
34
- name: push package
35
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments