We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865eb23 commit 0d9230fCopy full SHA for 0d9230f
.github/workflows/pypi-publish.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build package
30
run: python -m build
31
- name: Publish package
32
- uses: pypa/gh-action-pypi-publish@93e87954aa8d40d7467c30656ba421aee00d37c8
+ uses: pypa/gh-action-pypi-publish@916e57631f04a497e4bec0e29e80684e45b4305e
33
with:
34
user: __token__
35
password: ${{ secrets.NOVEXITY_PYPI_API_TOKEN }}
0 commit comments