Skip to content

Commit 70e43e7

Browse files
committed
updated correct pypi publish version
1 parent d523210 commit 70e43e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ jobs:
103103

104104
- name: Production Release
105105
if: startsWith(github.repository, 'MicrochipTech')
106-
uses: pypa/gh-action-pypi-publish@release/v1.10.3
106+
uses: pypa/gh-action-pypi-publish@release/v1.10
107107
with:
108108
user: __token__
109109
password: ${{ secrets.PYPI_API_TOKEN }}
110110
skip_existing: true
111111

112112
- name: Test Release
113113
if: ${{ !startsWith(github.repository, 'MicrochipTech') }}
114-
uses: pypa/gh-action-pypi-publish@release/v1.10.3
114+
uses: pypa/gh-action-pypi-publish@release/v1.10
115115
with:
116116
user: __token__
117117
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)