Skip to content

Commit

Permalink
Merge pull request #261 from Gurobi/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
pobonomo authored Dec 4, 2023
2 parents 78e8888 + 01ba12d commit 51ecf90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
gurobi-machinelearning \
https://pypi.anaconda.org/gurobi-machinelearning-wheels-staging/simple/gurobi-machinelearning/
- name: Publish package to TestPyPI
uses: pypa/[email protected].10
uses: pypa/[email protected].11
with:
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
if: ${{ github.event.inputs.pypi_repo == 'testpypi' }}
- name: Publish package to PyPI
uses: pypa/[email protected].10
uses: pypa/[email protected].11
with:
password: ${{ secrets.PYPI_TOKEN }}
if: ${{ github.event.inputs.pypi_repo == 'pypi' }}

0 comments on commit 51ecf90

Please sign in to comment.