mirror of https://github.com/DJ2LS/FreeDATA.git
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>pull/1084/head
parent
f3b52df1e1
commit
1e313b3240
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
python -m build
|
||||
|
||||
- name: Publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@v1.13.0
|
||||
uses: pypa/gh-action-pypi-publish@v1.14.0
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
with:
|
||||
user: __token__
|
||||
|
|
|
|||
Loading…
Reference in New Issue