Skip to content

Commit

Permalink
pypi fix 45
Browse files Browse the repository at this point in the history
  • Loading branch information
Igoreshka committed Nov 30, 2024
1 parent a675959 commit 3377b0b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
twine check dist/*
- name: Deploy to PyPI
env:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.deploy_to_pypi }}
# env:
# TWINE_USERNAME: "__token__"
# TWINE_PASSWORD: ${{ secrets.deploy_to_pypi }}
# run: |
# twine upload dist/*
run: |
twine upload dist/*
twine upload dist/* -u __token__ -p ${{ secrets.deploy_to_pypi }}

0 comments on commit 3377b0b

Please sign in to comment.