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 7ba0b3f commit bf39f1bCopy full SHA for bf39f1b
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
run: python setup.py sdist
22
23
- name: Publish to Test PyPI
24
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@v1.1.0
25
with:
26
user: __token__
27
password: ${{ secrets.test_pypi_token }}
@@ -35,7 +35,7 @@ jobs:
35
pip uninstall -y interface
36
37
- name: Publish distribution to PyPI
38
39
40
41
password: ${{ secrets.pypi_token }}
0 commit comments