Skip to content

Commit 4431601

Browse files
committed
test 2
1 parent d974f35 commit 4431601

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@ jobs:
3737

3838
- name: Build the package
3939
run: poetry build
40-
40+
41+
- name: Clean old builds
42+
run: rm -rf dist/
43+
4144
- name: Publish to Test PyPI
4245
env:
4346
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_TOKEN }}
4447
run: |
4548
poetry config repositories.testpypi https://test.pypi.org/legacy/
46-
poetry publish -r testpypi --build
49+
poetry publish -r testpypi --build --no-interaction

0 commit comments

Comments
 (0)