We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5faea commit 15d7d31Copy full SHA for 15d7d31
.github/workflows/release.yml
@@ -15,6 +15,12 @@ jobs:
15
permissions:
16
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
17
steps:
18
- # retrieve your distributions here
+ - uses: actions/checkout@v4
19
+ with:
20
+ fetch-depth: 0
21
+ - name: Install Poetry
22
+ run: python -m pip install --upgrade pip poetry
23
+ - name: Build artifacts
24
+ run: poetry build
25
- name: Publish package distributions to PyPI
26
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments