Skip to content

Commit

Permalink
fix: revert pypi to 1.11.0 (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSeam2 authored Dec 5, 2024
1 parent b2e4e41 commit f5b8ae3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ jobs:
# publishes to PyPI
- name: Publish package distributions to PyPI
continue-on-error: true
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.11.0
with:
packages-dir: ./

# publishes to TestPyPI
- name: Publish package distribution to TestPyPI
continue-on-error: true
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/
packages-dir: ./
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,14 +348,14 @@ jobs:
# publishes to PyPI
- name: Publish package distributions to PyPI
continue-on-error: true
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.11.0
with:
packages-dir: ./

# publishes to TestPyPI
- name: Publish package distribution to TestPyPI
continue-on-error: true
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/
packages-dir: ./
Expand Down

0 comments on commit f5b8ae3

Please sign in to comment.