We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a371c7f commit c3444caCopy full SHA for c3444ca
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
run: pip install wheel && python setup.py sdist bdist_wheel && ls -l dist
16
- name: Publish package to TestPyPI
17
uses: pypa/gh-action-pypi-publish@master
18
+ continue-on-error: true
19
with:
20
user: __token__
21
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments