We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3d369 commit 5df3ae3Copy full SHA for 5df3ae3
.github/workflows/cicd.yml
@@ -119,10 +119,9 @@ jobs:
119
with:
120
name: artifact
121
path: ./dist
122
-
+ # register PyPI integration:
123
+ # https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
124
- uses: pypa/gh-action-pypi-publish@release/v1
125
126
# remove repository key to set the default to pypi (not test.pypi.org)
127
repository-url: https://test.pypi.org/legacy/
- user: __token__
128
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments