Compare commits

...

3 Commits

Author SHA1 Message Date
dante
06345e03f2 Update pypi.yml 2025-02-05 23:02:48 -05:00
dante
341cecd49c fix test case 2025-02-05 22:20:04 -05:00
dante
b079197028 fix: pypi publication pipeline 2025-02-05 22:19:24 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ jobs:
continue-on-error: true
uses: pypa/gh-action-pypi-publish@unstable/v1
with:
packages-dir: ./
packages-dir: ./wheels
# publishes to TestPyPI
- name: Publish package distribution to TestPyPI
@@ -117,4 +117,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@unstable/v1
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: ./
packages-dir: ./wheels

View File

@@ -366,7 +366,7 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@unstable/v1
with:
packages-dir: ./
packages-dir: ./wheels
doc-publish: