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 944b338 commit 8653d2fCopy full SHA for 8653d2f
.github/workflows/ci-core.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install Python dependencies
25
run: poetry install --all-extras
26
- name: Run twine check
27
- run: poetry build && poetry run twine check dist/*.tar.gz
+ run: rm -f LICENSE.txt && poetry build && poetry run twine check dist/*.tar.gz
28
- name: Set up Docker
29
uses: docker/setup-docker-action@v4
30
- name: Run tests
0 commit comments