Skip to content

Commit

Permalink
release to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
willGuimont committed Sep 30, 2024
1 parent c160310 commit 1fe87e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Publish to TestPyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
# run: python -m twine upload dist/*
# TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
# run: python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
run: python -m twine upload dist/*

0 comments on commit 1fe87e2

Please sign in to comment.