Skip to content

Commit 8653d2f

Browse files
running into all python changes today
1 parent 944b338 commit 8653d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Python dependencies
2525
run: poetry install --all-extras
2626
- name: Run twine check
27-
run: poetry build && poetry run twine check dist/*.tar.gz
27+
run: rm -f LICENSE.txt && poetry build && poetry run twine check dist/*.tar.gz
2828
- name: Set up Docker
2929
uses: docker/setup-docker-action@v4
3030
- name: Run tests

0 commit comments

Comments
 (0)