Skip to content

Commit

Permalink
Merge pull request #34 from bgmeulem/develop
Browse files Browse the repository at this point in the history
Unset legacy pypi url
  • Loading branch information
bgmeulem authored Feb 26, 2025
2 parents f9126e4 + 445fbef commit 00e3bb2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,4 @@ jobs:
pixi r -e build python -m build
pixi r -e build twine check dist/*
- name: Publish to TestPyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://upload.pypi.org/legacy
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 00e3bb2

Please sign in to comment.