Skip to content

Commit

Permalink
Merge pull request #681 from deuteronomy-works/master
Browse files Browse the repository at this point in the history
Merged
  • Loading branch information
amoh-godwin authored Jan 3, 2025
2 parents 1130a55 + 5b2c4ff commit d930e08
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
python rename.py amd64
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
#run: |
# twine upload dist/* --trusted-publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
twine upload dist/*

0 comments on commit d930e08

Please sign in to comment.