Skip to content

Commit 5967a5e

Browse files
chore(actions): update pypa/gh-action-pypi-publish action to v1.8.14
1 parent 2fe3113 commit 5967a5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Find Latest Tag
3636
id: latest_tag
37-
uses: oprypin/find-latest-tag@v1.1.2
37+
uses: oprypin/find-latest-tag@v1.1.1
3838
with:
3939
repository: ${{ github.repository }}
4040
regex: '^\d+\.\d+\.\d+$'

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
name: built-artifacts
7070
path: dist/
7171

72-
- uses: pypa/gh-action-pypi-publish@v1.8.11
72+
- uses: pypa/gh-action-pypi-publish@v1.8.14
7373
with:
7474
user: __token__
7575
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)