Skip to content

Commit

Permalink
build: gh actions for pypi auto publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloitu committed Jul 25, 2023
1 parent 6a66122 commit 4684a58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ jobs:
python3 -m build --sdist --wheel --outdir dist/
- name: Publish Package
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 4684a58

Please sign in to comment.