Skip to content

Commit 860b6cb

Browse files
authored
Merge pull request #32 from uclahs-cds/aholmes-pypi-repo-url-fix
Fix PyPI repository URL that is preventing packages from being uploaded.
2 parents 8d842ea + 9978c7c commit 860b6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PyPI.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Publish distribution 📦 to PyPI
6262
uses: pypa/gh-action-pypi-publish@release/v1.8
6363
with:
64-
repository-url: https://pypi.org/legacy/
64+
repository-url: https://upload.pypi.org/legacy/
6565

6666
github-release:
6767
name: >-

0 commit comments

Comments
 (0)