Skip to content

Commit fda1e94

Browse files
authored
Merge pull request #5 from nfdi-de/dependabot/github_actions/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
2 parents 4496cd1 + 34d6cbd commit fda1e94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ jobs:
7979
# https://github.com/pypa/gh-action-pypi-publish
8080
- name: Publish package 📦 to Test PyPI
8181
if: github.event_name == 'push'
82-
uses: pypa/gh-action-pypi-publish@v1.12.4
82+
uses: pypa/gh-action-pypi-publish@v1.13.0
8383
with:
8484
repository-url: https://test.pypi.org/legacy/
8585
verbose: true
8686

8787
- name: Publish package 📦 to PyPI
8888
if: github.event_name == 'release'
89-
uses: pypa/gh-action-pypi-publish@v1.12.4
89+
uses: pypa/gh-action-pypi-publish@v1.13.0
9090
with:
9191
verbose: true
9292

0 commit comments

Comments
 (0)