Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
paarnes committed Nov 26, 2023
1 parent 2b6cfee commit 41b1cb1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pypi-package-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,7 @@ jobs:
if: github.ref == 'refs/heads/feature/vectorization'
run: |
python -m build
twine upload --repository testpypi dist/* --username __token__ --password ${{ secrets._TEST_PYPI_TOKEN }} dist/*
# - name: Build and upload to Test PyPI (dev branch)
# if: github.ref == 'refs/heads/feature/vectorization'
# run: |
# python -m build
# twine upload --repository-url https://test.pypi.org/legacy/ --username __token__ --password ${{ secrets._TEST_PYPI_TOKEN }} dist/*
twine upload --repository-url https://test.pypi.org/legacy/ --username __token__ --password ${{ secrets.TEST_PYPI_TOKEN }} dist/*
Expand Down

0 comments on commit 41b1cb1

Please sign in to comment.