Skip to content

Commit 33fe1aa

Browse files
Correct build yaml
1 parent b912089 commit 33fe1aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9-
fetch-tags: true
9+
with:
10+
fetch-tags: true
1011
- name: Set up Python
1112
uses: actions/setup-python@v4
1213
with:

0 commit comments

Comments
 (0)