Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u authored Mar 19, 2024
1 parent 0abfc64 commit 058fc28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
pip install build
- name: Build package
run: python -m build
secrets.PYPI_API_TOKEN: pypi-AgEIcHlwaS5vcmcCJGNhYTA3NjVlLTg4ZGEtNDhlOC1iYWYwLTc3OTg3NzU3N2Y1NgACKlszLCI3MTdkNzZiZC02ZjBmLTQwNjItOGU1MC0yM2IyZGYwYTMwYTIiXQAABiA0Z7XXxeJ2CmlIN7XrVX8UswbYcac-w7ttusjqDi2xYQ
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.pypi-AgEIcHlwaS5vcmcCJGNhYTA3NjVlLTg4ZGEtNDhlOC1iYWYwLTc3OTg3NzU3N2Y1NgACKlszLCI3MTdkNzZiZC02ZjBmLTQwNjItOGU1MC0yM2IyZGYwYTMwYTIiXQAABiA0Z7XXxeJ2CmlIN7XrVX8UswbYcac-w7ttusjqDi2xYQ }}

0 comments on commit 058fc28

Please sign in to comment.