Skip to content

Commit

Permalink
Merge pull request #81 from ssciwr/dependabot/github_actions/pypa/gh-…
Browse files Browse the repository at this point in the history
…action-pypi-publish-1.8.8

Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8
  • Loading branch information
dokempf authored Aug 30, 2023
2 parents a14b650 + a50b95a commit 6e3b710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ jobs:
path: dist

- name: Upload to PyPI
uses: pypa/[email protected].7
uses: pypa/[email protected].8
if: github.event.inputs.deploy_to_testpypi == 'false'
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Upload to TestPyPI
uses: pypa/[email protected].7
uses: pypa/[email protected].8
if: github.event.inputs.deploy_to_testpypi == 'true'
with:
user: __token__
Expand Down

0 comments on commit 6e3b710

Please sign in to comment.