Skip to content

Commit f6c89ce

Browse files
authored
Remove "testproject" from project before releasing
1 parent f18b26e commit f6c89ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ jobs:
2020
TWINE_USERNAME: __token__
2121
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2222
run: |
23+
# remove testproject so it's not in the distribution
24+
rm -rf testproject
25+
2326
python setup.py sdist bdist_wheel
2427
twine upload dist/*

0 commit comments

Comments
 (0)