10000 Allow publish on test pypi workflow to fail (#248) · python-kasa/python-kasa@5aaadaf · GitHub
[go: up one dir, main page]

Skip to content

Commit 5aaadaf

Browse files
authored
Allow publish on test pypi workflow to fail (#248)
1 parent 9cda529 commit 5aaadaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
.
3333
- name: Publish on test pypi
3434
uses: pypa/gh-action-pypi-publish@master
35+
continue-on-error: true
3536
with:
3637
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3738
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)
0