Skip to content

Commit 2ff9302

Browse files
committed
Modified -pypi-publish version to v1.12
1 parent 2d59e30 commit 2ff9302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ jobs:
134134

135135
- name: Production Release
136136
if: startsWith(github.repository, 'MicrochipTech')
137-
uses: pypa/gh-action-pypi-publish@release/v1.12.4
137+
uses: pypa/gh-action-pypi-publish@release/v1.12
138138
with:
139139
user: __token__
140140
password: ${{ secrets.PYPI_API_TOKEN }}
141141
skip_existing: true
142142

143143
- name: Test Release
144144
if: ${{ !startsWith(github.repository, 'MicrochipTech') }}
145-
uses: pypa/gh-action-pypi-publish@release/v1.12.4
145+
uses: pypa/gh-action-pypi-publish@release/v1.12
146146
with:
147147
user: __token__
148148
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)