Skip to content

Commit 1c8cffe

Browse files
authored
Merge pull request #1097 from hkad98/jkd/releases
chore: fix gh-action-pypi-publish version
2 parents 8756823 + fa0cbac commit 1c8cffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
name: artifacts_${{ matrix.component }}
104104
path: dist/${{ matrix.component }}
105105
- name: Push ${{ matrix.component}} to pypi
106-
uses: pypa/gh-action-pypi-publish@v1
106+
uses: pypa/gh-action-pypi-publish@release/v1
107107
with:
108108
user: __token__
109109
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/dev-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cd ${{ matrix.component }}
4444
python -m build
4545
- name: Push ${{ matrix.component}} to pypi
46-
uses: pypa/gh-action-pypi-publish@v1
46+
uses: pypa/gh-action-pypi-publish@release/v1
4747
with:
4848
user: __token__
4949
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)