Skip to content

Commit

Permalink
Merge pull request #94 from euroargodev/dependabot/github_actions/pyp…
Browse files Browse the repository at this point in the history
…a/gh-action-pypi-publish-1.8.14

Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.8.14
  • Loading branch information
gmaze authored Sep 4, 2024
2 parents ba048f9 + 18c4ac1 commit 150d1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Publish package to TestPyPI
# if: github.event_name == 'push'
uses: pypa/gh-action-pypi-publish@v1.5.0
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
user: __token__
password: ${{ secrets.PYPITEST_TOKEN }}
Expand All @@ -91,7 +91,7 @@ jobs:
# name: releases
# path: dist
# - name: Publish package to PyPI
# uses: pypa/gh-action-pypi-publish@v1.5.0
# uses: pypa/gh-action-pypi-publish@v1.8.14
# with:
# user: __token__
# password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 150d1f1

Please sign in to comment.