mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Merge pull request #716 from DJ2LS/dependabot/github_actions/develop/pypa/gh-action-pypi-publish-1.8.14
This commit is contained in:
commit
1a1e5d2dd4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pip_package.yml
vendored
2
.github/workflows/pip_package.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
python setup.py sdist bdist_wheel
|
||||
|
||||
- name: Publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@v1.4.2
|
||||
uses: pypa/gh-action-pypi-publish@v1.8.14
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue