Skip to content

Commit

Permalink
Seems the docs may have the wrong API endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
twomagpi committed Aug 6, 2024
1 parent 09b6a65 commit 9fa4373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
# Upload to PyPI on every tag starting with 'v'
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
with:
repository-url: https://pypi.org/p/pygom/
repository-url: https://upload.pypi.org/legacy/

# Upload to PyPI *testing* every dev branch commit
- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 9fa4373

Please sign in to comment.