We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d523210 commit 70e43e7Copy full SHA for 70e43e7
1 file changed
.github/workflows/build.yml
@@ -103,15 +103,15 @@ jobs:
103
104
- name: Production Release
105
if: startsWith(github.repository, 'MicrochipTech')
106
- uses: pypa/gh-action-pypi-publish@release/v1.10.3
+ uses: pypa/gh-action-pypi-publish@release/v1.10
107
with:
108
user: __token__
109
password: ${{ secrets.PYPI_API_TOKEN }}
110
skip_existing: true
111
112
- name: Test Release
113
if: ${{ !startsWith(github.repository, 'MicrochipTech') }}
114
115
116
117
0 commit comments