Skip to content

Commit

Permalink
configuring Publishing to indices other than PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Keira Crafts authored and Keira Crafts committed Aug 23, 2024
1 parent a593167 commit e58079d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
run: python setup.py sdist bdist_wheel

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://upload.pypi.org/legacy/

0 comments on commit e58079d

Please sign in to comment.