Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.4.1 to 1.4.2
  • Loading branch information
Socrats committed Nov 5, 2021
2 parents c409873 + 3471497 commit 8582c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
fileName: "egttools-*"
out-file-path: "dist/"
- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@v1.4.1
uses: pypa/gh-action-pypi-publish@v1.4.2
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
if: ${{ github.event.inputs.pypi_repo == 'testpypi' }}
# - name: Publish package to PyPI
# uses: pypa/gh-action-pypi-publish@v1.4.1
# uses: pypa/gh-action-pypi-publish@v1.4.2
# with:
# user: __token__
# password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 8582c77

Please sign in to comment.