Skip to content

Commit

Permalink
Changing repository URL to test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina authored Oct 7, 2023
1 parent d0654d3 commit 3165a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload --repository-url https://test.pypi.org/legacy/ dist/*

0 comments on commit 3165a4c

Please sign in to comment.