Skip to content

Commit 15d7d31

Browse files
committed
fix: properly build release
1 parent 8c5faea commit 15d7d31

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
permissions:
1616
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1717
steps:
18-
# retrieve your distributions here
18+
- 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
1925
- name: Publish package distributions to PyPI
2026
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)