Skip to content

Commit

Permalink
pin to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Nov 23, 2024
1 parent c1d585c commit b43294f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ runs:
- if: "${{ inputs.test_submission == 'true' }}"
id: pypi_upload
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.11.0
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true

- if: "${{ inputs.test_submission == 'false' }}"
id: testpypi_upload
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.11.0
with:
skip-existing: true

Expand Down

0 comments on commit b43294f

Please sign in to comment.