We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865eb23 commit c019a90Copy full SHA for c019a90
.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@20d40f69a1d306453777ffecb5a86860e850ba0f
33
with:
34
user: __token__
35
password: ${{ secrets.NOVEXITY_PYPI_API_TOKEN }}
0 commit comments