-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(actions): update pypa/gh-action-pypi-publish action to v1.8.14
- Loading branch information
1 parent
2fe3113
commit 5967a5e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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+$' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} |