Skip to content

Commit 8756823

Browse files
authored
Merge pull request #1095 from hkad98/jkd/releases
chore: bump gh-action-pypi-publish
2 parents e065f92 + ed4cb8a commit 8756823

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@27b31702a0e7fc50959f5ad993c78deac1bdfc29
106+
uses: pypa/gh-action-pypi-publish@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@27b31702a0e7fc50959f5ad993c78deac1bdfc29
46+
uses: pypa/gh-action-pypi-publish@v1
4747
with:
4848
user: __token__
4949
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)