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 c2cdf80 commit e8dffa1Copy full SHA for e8dffa1
.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@release/v1.8.12
+ uses: pypa/gh-action-pypi-publish@release/v1
45
with:
46
user: __token__
47
password: ${{ secrets.TEST_PYPI_TOKEN }}
@@ -69,7 +69,7 @@ jobs:
69
echo "::set-output name=RELEASE_VERSION::$version"
70
71
- name: Publish to PyPI
72
73
74
75
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments