Skip to content

Commit 0914929

Browse files
committed
ci: fix
1 parent 204793b commit 0914929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
pip3 install setuptools wheel twine build
6464
python -m build --sdist --outdir dist/
6565
- name: Publish distribution to Test PyPI
66+
continue-on-error: true
6667
uses: pypa/[email protected] # Try to update version tag every release
6768
with:
6869
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)