Skip to content

Commit

Permalink
initial pip release
Browse files Browse the repository at this point in the history
  • Loading branch information
willGuimont committed Sep 29, 2024
1 parent 0723051 commit 918b34a
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 918b34a

Please sign in to comment.