We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7143609 commit fc7dfe9Copy full SHA for fc7dfe9
.github/workflows/manully_test_PYPI.yml
@@ -42,7 +42,7 @@ jobs:
42
yum install -y zlib-devel bzip2-devel lzo-devel
43
44
- name: Publish package to Test PyPI
45
- - uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@master
46
with:
47
skip_existing: true
48
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments