mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Allow publish on test pypi workflow to fail (#248)
This commit is contained in:
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/
|
||||
|
Reference in New Issue
Block a user