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.
2 parents d9f7d70 + c37adf0 commit c13cdf2Copy full SHA for c13cdf2
.github/workflows/build.yml
@@ -40,13 +40,13 @@ jobs:
40
name: artifact
41
path: dist
42
- name: Publish package on TestPyPi
43
- uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
44
with:
45
repository-url: https://test.pypi.org/legacy/
46
user: __token__
47
password: ${{ secrets.PYPI_PASSWORD }}
48
- name: Publish package on PyPi
49
50
51
52
0 commit comments