Skip to content

Commit

Permalink
chore(actions): update pypa/gh-action-pypi-publish action to v1.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent 2fe3113 commit 5967a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Find Latest Tag
id: latest_tag
uses: oprypin/[email protected].2
uses: oprypin/[email protected].1
with:
repository: ${{ github.repository }}
regex: '^\d+\.\d+\.\d+$'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
name: built-artifacts
path: dist/

- uses: pypa/[email protected].11
- uses: pypa/[email protected].14
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 5967a5e

Please sign in to comment.