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 3f3097b commit c2cdf80Copy full SHA for c2cdf80
.github/workflows/master.yml
@@ -41,7 +41,7 @@ jobs:
41
path: dist/
42
43
- name: Publish to Test PyPI
44
- uses: pypa/gh-action-pypi-publish@releases/v1
+ uses: pypa/gh-action-pypi-publish@release/v1.8.12
45
with:
46
user: __token__
47
password: ${{ secrets.TEST_PYPI_TOKEN }}
@@ -69,12 +69,12 @@ jobs:
69
echo "::set-output name=RELEASE_VERSION::$version"
70
71
- name: Publish to PyPI
72
73
74
75
password: ${{ secrets.PYPI_TOKEN }}
76
repository_url: https://upload.pypi.org/legacy/
77
- skip_existing: true
+ skip_existing: false
78
79
- name: Set up Git
80
run: |
0 commit comments