Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsinspace authored Mar 10, 2024
1 parent 25837f4 commit c8b56a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build && echo ${{ secrets.PYPI_API_TOKEN }}
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: dotsinspace
password: pypi-AgENdGVzdC5weXBpLm9yZwIkZThjNGM3MGYtNzYxNy00NDNiLWJjZDUtOGQzNmM2Yzg1ZWYwAAIqWzMsIjdmNGYzYWVjLWNjN2UtNDRmZC1iZGM3LWViZTQ5MDE0YjkwOCJdAAAGID2fOALhVl_FY5G1wEgVXFsaiW--26MMCyKUuwqYwqMY
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit c8b56a6

Please sign in to comment.