Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Feb 6, 2025
1 parent b079197 commit 341cecd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,20 +354,20 @@ jobs:
path: wheels
- name: List Files
run: ls -R

# # publishes to TestPyPI
# - name: Publish package distribution to TestPyPI
# uses: pypa/gh-action-pypi-publish@unstable/v1
# with:
# repository-url: https://test.pypi.org/legacy/
# packages-dir: ./

# publishes to PyPI
- name: Publish package distributions to PyPI
# publishes to TestPyPI
- name: Publish package distribution to TestPyPI
uses: pypa/gh-action-pypi-publish@unstable/v1
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: ./wheels

# # publishes to PyPI
# - name: Publish package distributions to PyPI
# uses: pypa/gh-action-pypi-publish@unstable/v1
# with:
# packages-dir: ./wheels


doc-publish:
permissions:
Expand Down

0 comments on commit 341cecd

Please sign in to comment.