mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
Allow publish on test pypi workflow to fail (#248)
This commit is contained in:
parent
9cda529329
commit
5aaadaff39
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
||||
.
|
||||
- name: Publish on test pypi
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
continue-on-error: true
|
||||
with:
|
||||
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||
repository_url: https://test.pypi.org/legacy/
|
||||
|
Loading…
Reference in New Issue
Block a user