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 e8c7403 commit e8f28ecCopy full SHA for e8f28ec
.github/workflows/build.yml
@@ -103,15 +103,15 @@ jobs:
103
if: startsWith(github.repository, 'MicrochipTech')
104
uses: pypa/gh-action-pypi-publish@release/v1.5
105
with:
106
- user: ${{ secrets.pypi_username }}
107
- password: ${{ secrets.pypi_password }}
+ user: __token__
+ password: ${{ secrets.PYPI_API_TOKEN }}
108
skip_existing: true
109
110
- name: Test Release
111
if: ${{ !startsWith(github.repository, 'MicrochipTech') }}
112
113
114
115
116
repository_url: https://test.pypi.org/legacy/
117
0 commit comments