Skip to content

Commit

Permalink
Merge pull request #1882 from neptune-ai/dependabot/github_actions/py…
Browse files Browse the repository at this point in the history
…pa/gh-action-pypi-publish-1.11.0

Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0
  • Loading branch information
PatrykGala authored Nov 4, 2024
2 parents 45b449a + 8c5c51d commit d1fa7b2
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 @@ -72,14 +72,14 @@ jobs:
path: dist/

# - name: Uploading to test PyPI
# uses: pypa/gh-action-pypi-publish@v1.10.3
# uses: pypa/gh-action-pypi-publish@v1.11.0
# with:
# user: __token__
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# repository_url: https://test.pypi.org/legacy/

- name: Uploading to PyPI
uses: pypa/gh-action-pypi-publish@v1.10.3
uses: pypa/gh-action-pypi-publish@v1.11.0
with:
user: __token__
password: ${{ secrets.NEPTUNE_PYPI_API_TOKEN }}

0 comments on commit d1fa7b2

Please sign in to comment.