Skip to content

Commit

Permalink
Changed the pypi index to actually use the legacy index
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaasteren committed Nov 8, 2023
1 parent 37372db commit da7062a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:
- name: Publish to PyPI
run: |
python -m pip install --upgrade twine
twine upload dist/*
#twine upload dist/*
twine upload --repository-url https://test.pypi.org/legacy dist/*
env:
#TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
#TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
Expand Down

0 comments on commit da7062a

Please sign in to comment.