Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11
  • Loading branch information
dokempf authored Jan 8, 2024
2 parents c59cfa0 + f49d2a7 commit ba761b1
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 @@ -183,14 +183,14 @@ jobs:
path: dist

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

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

0 comments on commit ba761b1

Please sign in to comment.