mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2026-04-27 04:38:00 -07:00
chore: update PyPI publish action pin
This commit is contained in:
parent
c5038f2ab5
commit
297f9d3dde
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: python -m build
|
run: python -m build
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
uses: pypa/gh-action-pypi-publish@106e0b0b7c337fa67ed433972f777c6357f78598
|
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue