Skip to content

Commit c3444ca

Browse files
authored
Continue on error for testpypi (#76)
1 parent a371c7f commit c3444ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
run: pip install wheel && python setup.py sdist bdist_wheel && ls -l dist
1616
- name: Publish package to TestPyPI
1717
uses: pypa/gh-action-pypi-publish@master
18+
continue-on-error: true
1819
with:
1920
user: __token__
2021
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)