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 2d59e30 commit 2ff9302Copy full SHA for 2ff9302
.github/workflows/build.yml
@@ -134,15 +134,15 @@ jobs:
134
135
- name: Production Release
136
if: startsWith(github.repository, 'MicrochipTech')
137
- uses: pypa/gh-action-pypi-publish@release/v1.12.4
+ uses: pypa/gh-action-pypi-publish@release/v1.12
138
with:
139
user: __token__
140
password: ${{ secrets.PYPI_API_TOKEN }}
141
skip_existing: true
142
143
- name: Test Release
144
if: ${{ !startsWith(github.repository, 'MicrochipTech') }}
145
146
147
148
0 commit comments