Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
Switched to pypi trusted publisher
  • Loading branch information
JWock82 authored Dec 7, 2024
1 parent 549cd85 commit a0a8d93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PYNITE_PYPI_API_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload --verbose dist/*

0 comments on commit a0a8d93

Please sign in to comment.