Skip to content

Commit

Permalink
removed username and password for ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kvegesna committed Mar 5, 2024
1 parent 87884c1 commit 42ba945
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,4 @@ jobs:
python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: meganrm
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 42ba945

Please sign in to comment.