Skip to content

Commit

Permalink
trying to fix publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Feb 13, 2024
1 parent dfc5478 commit e0ba057
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- name: Publish to PyPi with twine (windows)
env:
TWINE_USERNAME: __token__
# TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
git tag
python -m build .
Expand All @@ -97,8 +97,8 @@ jobs:
- name: Publish tp PyPi with twine (macOS)
env:
TWINE_USERNAME: __token__
# TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
git tag
python -m build .
Expand Down

0 comments on commit e0ba057

Please sign in to comment.